Html Css Color HEX #CCB895 Sour Dough

📋 copy color: '#CCB895'

red 204 ◦ green 184 ◦ blue 149

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

Shades of Sour Dough #CCB895

Tints of Sour Dough #CCB895

RGB

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

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

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

R = 37.99%
G = 34.26%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCB895 (or 0xCCB895) is known color: Sour Dough. HEX triplet: CC, B8 and 95. RGB value is (204,184,149). Sum of RGB (Red+Green+Blue) = 204+184+149=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB895 is #33476A. Grayscale: #BABABA. Windows color (decimal): -3360619 or 9812172. OLE color: 9812172.

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

Color convert

RGB 204 184 149 -
CMYK 0 0.10 0.27 0.2
HSL 38.18º 0.35% 0.69% -
HSV(B) 38.18º 0.27% 0.8% -
XYZ 47.47 49.29 35.45 -
YUV 185.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 204 184 149 0 0.10 0.27 0.2 38.18 0.35 0.69
Hex CC B8 95 0 A 1B 14 26 23 45
Octal 314 270 225 0 12 33 24 46 43 105
Binary 11001100 10111000 10010101 0 1010 11011 10100 100110 100011 1000101

Color Harmonies of #CCB895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB895

Black with #CCB895

Text Example


Text Example

White with #CCB895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB895; }

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

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

background-color css

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

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

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

border-color css

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

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

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