Html Css Color HEX #CCB997 Sour Dough

📋 copy color: '#CCB997'

red 204 ◦ green 185 ◦ blue 151

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

Shades of Sour Dough #CCB997

Tints of Sour Dough #CCB997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.96%

R = 37.78%
G = 34.26%
B = 27.96%

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

#CCB997 (or 0xCCB997) is known color: Sour Dough. HEX triplet: CC, B9 and 97. RGB value is (204,185,151). Sum of RGB (Red+Green+Blue) = 204+185+151=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB997 is #334668. Grayscale: #BABABA. Windows color (decimal): -3360361 or 9943500. OLE color: 9943500.

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

Color convert

RGB 204 185 151 -
CMYK 0 0.09 0.26 0.2
HSL 38.49º 0.34% 0.7% -
HSV(B) 38.49º 0.26% 0.8% -
XYZ 47.84 49.77 36.36 -
YUV 186.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 204 185 151 0 0.09 0.26 0.2 38.49 0.34 0.7
Hex CC B9 97 0 9 1A 14 26 22 46
Octal 314 271 227 0 11 32 24 46 42 106
Binary 11001100 10111001 10010111 0 1001 11010 10100 100110 100010 1000110

Color Harmonies of #CCB997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB997

Black with #CCB997

Text Example


Text Example

White with #CCB997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB997; }

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

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

background-color css

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

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

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

border-color css

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

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

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