Html Css Color HEX #CCB998 Sour Dough

📋 copy color: '#CCB998'

red 204 ◦ green 185 ◦ blue 152

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

Shades of Sour Dough #CCB998

Tints of Sour Dough #CCB998

RGB

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

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

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

R = 37.71%
G = 34.2%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCB998 (or 0xCCB998) is known color: Sour Dough. HEX triplet: CC, B9 and 98. RGB value is (204,185,152). Sum of RGB (Red+Green+Blue) = 204+185+152=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB998 is #334667. Grayscale: #BBBBBB. Windows color (decimal): -3360360 or 10009036. OLE color: 10009036.

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

Color convert

RGB 204 185 152 -
CMYK 0 0.09 0.25 0.2
HSL 38.08º 0.34% 0.7% -
HSV(B) 38.08º 0.25% 0.8% -
XYZ 47.92 49.8 36.79 -
YUV 186.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 204 185 152 0 0.09 0.25 0.2 38.08 0.34 0.7
Hex CC B9 98 0 9 19 14 26 22 46
Octal 314 271 230 0 11 31 24 46 42 106
Binary 11001100 10111001 10011000 0 1001 11001 10100 100110 100010 1000110

Color Harmonies of #CCB998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB998

Black with #CCB998

Text Example


Text Example

White with #CCB998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB998; }

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

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

background-color css

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

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

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

border-color css

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

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

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