Html Css Color HEX #CCB996 Sour Dough

📋 copy color: '#CCB996'

red 204 ◦ green 185 ◦ blue 150

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

Shades of Sour Dough #CCB996

Tints of Sour Dough #CCB996

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.32%

 BLUE value IS 150 (58.98% from 255) = 27.83%

R = 37.85%
G = 34.32%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCB996 (or 0xCCB996) is known color: Sour Dough. HEX triplet: CC, B9 and 96. RGB value is (204,185,150). Sum of RGB (Red+Green+Blue) = 204+185+150=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB996 is #334669. Grayscale: #BABABA. Windows color (decimal): -3360362 or 9877964. OLE color: 9877964.

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

Color convert

RGB 204 185 150 -
CMYK 0 0.09 0.26 0.2
HSL 38.89º 0.35% 0.69% -
HSV(B) 38.89º 0.26% 0.8% -
XYZ 47.76 49.74 35.94 -
YUV 186.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 204 185 150 0 0.09 0.26 0.2 38.89 0.35 0.69
Hex CC B9 96 0 9 1A 14 27 23 45
Octal 314 271 226 0 11 32 24 47 43 105
Binary 11001100 10111001 10010110 0 1001 11010 10100 100111 100011 1000101

Color Harmonies of #CCB996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB996

Black with #CCB996

Text Example


Text Example

White with #CCB996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB996; }

 p { color: rgb(204,185,150); }

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

background-color css

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

 a { background-color: rgb(204,185,150); }

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

border-color css

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

 span { border-color: rgb(204,185,150); }

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