Html Css Color HEX #CCB395 Sour Dough

📋 copy color: '#CCB395'

red 204 ◦ green 179 ◦ blue 149

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

Shades of Sour Dough #CCB395

Tints of Sour Dough #CCB395

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.65%

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

R = 38.35%
G = 33.65%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCB395 (or 0xCCB395) is known color: Sour Dough. HEX triplet: CC, B3 and 95. RGB value is (204,179,149). Sum of RGB (Red+Green+Blue) = 204+179+149=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB395 is #334C6A. Grayscale: #B7B7B7. Windows color (decimal): -3361899 or 9810892. OLE color: 9810892.

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

Color convert

RGB 204 179 149 -
CMYK 0 0.12 0.27 0.2
HSL 32.73º 0.35% 0.69% -
HSV(B) 32.73º 0.27% 0.8% -
XYZ 46.45 47.25 35.11 -
YUV 183.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 204 179 149 0 0.12 0.27 0.2 32.73 0.35 0.69
Hex CC B3 95 0 C 1B 14 21 23 45
Octal 314 263 225 0 14 33 24 41 43 105
Binary 11001100 10110011 10010101 0 1100 11011 10100 100001 100011 1000101

Color Harmonies of #CCB395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB395

Black with #CCB395

Text Example


Text Example

White with #CCB395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB395; }

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

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

background-color css

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

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

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

border-color css

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

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

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