Html Css Color HEX #CCB995 Sour Dough

📋 copy color: '#CCB995'

red 204 ◦ green 185 ◦ blue 149

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

Shades of Sour Dough #CCB995

Tints of Sour Dough #CCB995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.7%

R = 37.92%
G = 34.39%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCB995 (or 0xCCB995) is known color: Sour Dough. HEX triplet: CC, B9 and 95. RGB value is (204,185,149). Sum of RGB (Red+Green+Blue) = 204+185+149=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB995 is #33466A. Grayscale: #BABABA. Windows color (decimal): -3360363 or 9812428. OLE color: 9812428.

HSL color Cylindrical-coordinate representation of color #CCB995: hue angle of 39.27º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCB995 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 149 -
CMYK 0 0.09 0.27 0.2
HSL 39.27º 0.35% 0.69% -
HSV(B) 39.27º 0.27% 0.8% -
XYZ 47.68 49.71 35.52 -
YUV 186.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 204 185 149 0 0.09 0.27 0.2 39.27 0.35 0.69
Hex CC B9 95 0 9 1B 14 27 23 45
Octal 314 271 225 0 11 33 24 47 43 105
Binary 11001100 10111001 10010101 0 1001 11011 10100 100111 100011 1000101

Color Harmonies of #CCB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB995

Black with #CCB995

Text Example


Text Example

White with #CCB995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB995; }

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

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

background-color css

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

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

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

border-color css

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

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

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