Html Css Color HEX #CCB798 Sour Dough

📋 copy color: '#CCB798'

red 204 ◦ green 183 ◦ blue 152

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

Shades of Sour Dough #CCB798

Tints of Sour Dough #CCB798

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.95%

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

R = 37.85%
G = 33.95%
B = 28.2%

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

#CCB798 (or 0xCCB798) is known color: Sour Dough. HEX triplet: CC, B7 and 98. RGB value is (204,183,152). Sum of RGB (Red+Green+Blue) = 204+183+152=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB798 is #334867. Grayscale: #B9B9B9. Windows color (decimal): -3360872 or 10008524. OLE color: 10008524.

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

Color convert

RGB 204 183 152 -
CMYK 0 0.10 0.25 0.2
HSL 35.77º 0.34% 0.7% -
HSV(B) 35.77º 0.25% 0.8% -
XYZ 47.5 48.97 36.65 -
YUV 185.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 204 183 152 0 0.10 0.25 0.2 35.77 0.34 0.7
Hex CC B7 98 0 A 19 14 24 22 46
Octal 314 267 230 0 12 31 24 44 42 106
Binary 11001100 10110111 10011000 0 1010 11001 10100 100100 100010 1000110

Color Harmonies of #CCB798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB798

Black with #CCB798

Text Example


Text Example

White with #CCB798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB798; }

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

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

background-color css

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

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

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

border-color css

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

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

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