Html Css Color HEX #CCB597 Sour Dough

📋 copy color: '#CCB597'

red 204 ◦ green 181 ◦ blue 151

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

Shades of Sour Dough #CCB597

Tints of Sour Dough #CCB597

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.77%

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

R = 38.06%
G = 33.77%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCB597 (or 0xCCB597) is known color: Sour Dough. HEX triplet: CC, B5 and 97. RGB value is (204,181,151). Sum of RGB (Red+Green+Blue) = 204+181+151=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB597 is #334A68. Grayscale: #B8B8B8. Windows color (decimal): -3361385 or 9942476. OLE color: 9942476.

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

Color convert

RGB 204 181 151 -
CMYK 0 0.11 0.26 0.2
HSL 33.96º 0.34% 0.7% -
HSV(B) 33.96º 0.26% 0.8% -
XYZ 47.01 48.12 36.09 -
YUV 184.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 204 181 151 0 0.11 0.26 0.2 33.96 0.34 0.7
Hex CC B5 97 0 B 1A 14 22 22 46
Octal 314 265 227 0 13 32 24 42 42 106
Binary 11001100 10110101 10010111 0 1011 11010 10100 100010 100010 1000110

Color Harmonies of #CCB597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB597

Black with #CCB597

Text Example


Text Example

White with #CCB597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB597; }

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

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

background-color css

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

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

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

border-color css

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

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

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