#CCB493

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

Shades of Sour Dough #CCB493

Tints of Sour Dough #CCB493

Color information

#CCB493 (or 0xCCB493) is unknown color: approx Sour Dough. HEX triplet: CC, B4 and 93. RGB value is (204,180,147). Sum of RGB (Red+Green+Blue) = 204+180+147=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB493 is #334B6C. Grayscale: #B7B7B7. Windows color (decimal): -3361645 or 9680076. OLE color: 9680076.

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

Color convert

RGB204180147-
CMYK00.120.280.2
HSL34.74º35.85%68.82%-
HSV(B)34.74º27.94%80%-
XYZ46.4947.5934.34-
YUV183.41107.45142.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 180 (70.70% from 255) = 33.90%
BLUE value IS 147 (57.81% from 255) = 27.68%
R=38.42%
G=33.90%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418014700.120.280.234.7435.8568.82
HexCCB4930C1C14232445
Octal31426422301434244344105
Binary1100110010110100100100110110011100101001000111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB493; }

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

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

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

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

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

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

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

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