#CCB193

Color #CCB193 Sour Dough (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sour Dough #CCB193

Tints of Sour Dough #CCB193

Color information

#CCB193 (or 0xCCB193) is unknown color: approx Sour Dough. HEX triplet: CC, B1 and 93. RGB value is (204,177,147). Sum of RGB (Red+Green+Blue) = 204+177+147=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB193 is #334E6C. Grayscale: #B5B5B5. Windows color (decimal): -3362413 or 9679308. OLE color: 9679308.

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

Color convert

RGB204177147-
CMYK00.130.280.2
HSL31.58º35.85%68.82%-
HSV(B)31.58º27.94%80%-
XYZ45.8946.3934.14-
YUV181.65108.45143.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 177 (69.53% from 255) = 33.52%
BLUE value IS 147 (57.81% from 255) = 27.84%
R=38.64%
G=33.52%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417714700.130.280.231.5835.8568.82
HexCCB1930D1C14202445
Octal31426122301534244044105
Binary1100110010110001100100110110111100101001000001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB193; }

 p { color: rgb(204,177,147); }

 H1.HeaderClassName
 {
   color: #CCB193;
 }
 .AnyTagClassName
 {
   color: #CCB193;
 }
</style>
background-color css

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

 a { background-color: rgb(204,177,147); }

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

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

 span { border-color: rgb(204,177,147); }

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