#CCB293

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

Shades of Sour Dough #CCB293

Tints of Sour Dough #CCB293

Color information

#CCB293 (or 0xCCB293) is unknown color: approx Sour Dough. HEX triplet: CC, B2 and 93. RGB value is (204,178,147). Sum of RGB (Red+Green+Blue) = 204+178+147=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB293 is #334D6C. Grayscale: #B6B6B6. Windows color (decimal): -3362157 or 9679564. OLE color: 9679564.

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

Color convert

RGB204178147-
CMYK00.130.280.2
HSL32.63º35.85%68.82%-
HSV(B)32.63º27.94%80%-
XYZ46.0946.7834.2-
YUV182.24108.11143.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 178 (69.92% from 255) = 33.65%
BLUE value IS 147 (57.81% from 255) = 27.79%
R=38.56%
G=33.65%
B=27.79%

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
Decimal20417814700.130.280.232.6335.8568.82
HexCCB2930D1C14212445
Octal31426222301534244144105
Binary1100110010110010100100110110111100101001000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB293; }

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

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

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

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

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

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

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

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