#CCB393

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

Shades of Sour Dough #CCB393

Tints of Sour Dough #CCB393

Color information

#CCB393 (or 0xCCB393) is unknown color: approx Sour Dough. HEX triplet: CC, B3 and 93. RGB value is (204,179,147). Sum of RGB (Red+Green+Blue) = 204+179+147=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB393 is #334C6C. Grayscale: #B6B6B6. Windows color (decimal): -3361901 or 9679820. OLE color: 9679820.

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

Color convert

RGB204179147-
CMYK00.120.280.2
HSL33.68º35.85%68.82%-
HSV(B)33.68º27.94%80%-
XYZ46.2947.1834.27-
YUV182.83107.78143.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 179 (70.31% from 255) = 33.77%
BLUE value IS 147 (57.81% from 255) = 27.74%
R=38.49%
G=33.77%
B=27.74%

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
Decimal20417914700.120.280.233.6835.8568.82
HexCCB3930C1C14222445
Octal31426322301434244244105
Binary1100110010110011100100110110011100101001000101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB393; }

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

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

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

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

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

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

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

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