Html Css Color HEX #CCB897 Sour Dough

📋 copy color: '#CCB897'

red 204 ◦ green 184 ◦ blue 151

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

Shades of Sour Dough #CCB897

Tints of Sour Dough #CCB897

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.14%

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

R = 37.85%
G = 34.14%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCB897 (or 0xCCB897) is known color: Sour Dough. HEX triplet: CC, B8 and 97. RGB value is (204,184,151). Sum of RGB (Red+Green+Blue) = 204+184+151=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 151 (59.38% from 255 or 28.01% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB897 is #334768. Grayscale: #BABABA. Windows color (decimal): -3360617 or 9943244. OLE color: 9943244.

HSL color Cylindrical-coordinate representation of color #CCB897: hue angle of 37.36º 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 #CCB897 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 184 151 -
CMYK 0 0.10 0.26 0.2
HSL 37.36º 0.34% 0.7% -
HSV(B) 37.36º 0.26% 0.8% -
XYZ 47.63 49.35 36.29 -
YUV 186.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 204 184 151 0 0.10 0.26 0.2 37.36 0.34 0.7
Hex CC B8 97 0 A 1A 14 25 22 46
Octal 314 270 227 0 12 32 24 45 42 106
Binary 11001100 10111000 10010111 0 1010 11010 10100 100101 100010 1000110

Color Harmonies of #CCB897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB897

Black with #CCB897

Text Example


Text Example

White with #CCB897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB897; }

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

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

background-color css

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

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

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

border-color css

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

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

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