Html Css Color HEX #CCB394 Sour Dough

📋 copy color: '#CCB394'

red 204 ◦ green 179 ◦ blue 148

#CCB394
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sour Dough #CCB394

Tints of Sour Dough #CCB394

RGB

 RED value IS 204 (80.08% from 255) = 38.42%

 GREEN value IS 179 (70.31% from 255) = 33.71%

 BLUE value IS 148 (58.2% from 255) = 27.87%

R = 38.42%
G = 33.71%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCB394 (or 0xCCB394) is known color: Sour Dough. HEX triplet: CC, B3 and 94. RGB value is (204,179,148). Sum of RGB (Red+Green+Blue) = 204+179+148=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB394 is #334C6B. Grayscale: #B7B7B7. Windows color (decimal): -3361900 or 9745356. OLE color: 9745356.

HSL color Cylindrical-coordinate representation of color #CCB394: hue angle of 33.21º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCB394 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 179 148 -
CMYK 0 0.12 0.27 0.2
HSL 33.21º 0.35% 0.69% -
HSV(B) 33.21º 0.27% 0.8% -
XYZ 46.37 47.22 34.69 -
YUV 182.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 204 179 148 0 0.12 0.27 0.2 33.21 0.35 0.69
Hex CC B3 94 0 C 1B 14 21 23 45
Octal 314 263 224 0 14 33 24 41 43 105
Binary 11001100 10110011 10010100 0 1100 11011 10100 100001 100011 1000101

Color Harmonies of #CCB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB394

Black with #CCB394

Text Example


Text Example

White with #CCB394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB394; }

 p { color: rgb(204,179,148); }

 H1.HeaderClassName
 {
   color: #CCB394;
 }
 .AnyTagClassName
 {
   color: #CCB394;
 }
</style>

background-color css

<style>
 a { background-color: #CCB394; }

 a { background-color: rgb(204,179,148); }

 div.DivClassName
 {
   background-color: #CCB394;
 }
 .BgClassName
 {
   background-color: #CCB394;
 }
</style>

border-color css

<style>
 span { border-color: #CCB394; }

 span { border-color: rgb(204,179,148); }

 td.TdClassName
 {
   border-color: #CCB394;
 }
 .TagClassName
 {
   border-color: #CCB394;
 }
</style>