Html Css Color HEX #CCB898 Sour Dough

📋 copy color: '#CCB898'

red 204 ◦ green 184 ◦ blue 152

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

Shades of Sour Dough #CCB898

Tints of Sour Dough #CCB898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.15%

R = 37.78%
G = 34.07%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCB898 (or 0xCCB898) is known color: Sour Dough. HEX triplet: CC, B8 and 98. RGB value is (204,184,152). Sum of RGB (Red+Green+Blue) = 204+184+152=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB898 is #334767. Grayscale: #BABABA. Windows color (decimal): -3360616 or 10008780. OLE color: 10008780.

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

Color convert

RGB 204 184 152 -
CMYK 0 0.10 0.25 0.2
HSL 36.92º 0.34% 0.7% -
HSV(B) 36.92º 0.25% 0.8% -
XYZ 47.71 49.39 36.72 -
YUV 186.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 204 184 152 0 0.10 0.25 0.2 36.92 0.34 0.7
Hex CC B8 98 0 A 19 14 25 22 46
Octal 314 270 230 0 12 31 24 45 42 106
Binary 11001100 10111000 10011000 0 1010 11001 10100 100101 100010 1000110

Color Harmonies of #CCB898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB898

Black with #CCB898

Text Example


Text Example

White with #CCB898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB898; }

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

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

background-color css

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

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

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

border-color css

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

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

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