#CCB893

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

Shades of Sour Dough #CCB893

Tints of Sour Dough #CCB893

Color information

#CCB893 (or 0xCCB893) is unknown color: approx Sour Dough. HEX triplet: CC, B8 and 93. RGB value is (204,184,147). Sum of RGB (Red+Green+Blue) = 204+184+147=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB893 is #33476C. Grayscale: #B9B9B9. Windows color (decimal): -3360621 or 9681100. OLE color: 9681100.

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

Color convert

RGB204184147-
CMYK00.100.280.2
HSL38.95º35.85%68.82%-
HSV(B)38.95º27.94%80%-
XYZ47.3149.2234.61-
YUV185.76106.13141.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 184 (72.27% from 255) = 34.39%
BLUE value IS 147 (57.81% from 255) = 27.48%
R=38.13%
G=34.39%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418414700.100.280.238.9535.8568.82
HexCCB8930A1C14272445
Octal31427022301234244744105
Binary1100110010111000100100110101011100101001001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB893; }

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

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

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

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

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

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

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

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