#CCB092

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

Shades of Cashmere #CCB092

Tints of Cashmere #CCB092

Color information

#CCB092 (or 0xCCB092) is unknown color: approx Cashmere. HEX triplet: CC, B0 and 92. RGB value is (204,176,146). Sum of RGB (Red+Green+Blue) = 204+176+146=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB092 is #334F6D. Grayscale: #B5B5B5. Windows color (decimal): -3362670 or 9613516. OLE color: 9613516.

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

Color convert

RGB204176146-
CMYK00.140.280.2
HSL31.03º36.25%68.63%-
HSV(B)31.03º28.43%80%-
XYZ45.6245.9633.66-
YUV180.95108.28144.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 176 (69.14% from 255) = 33.46%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=38.78%
G=33.46%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417614600.140.280.231.0336.2568.63
HexCCB0920E1C141f2445
Octal31426022201634243744105
Binary110011001011000010010010011101110010100111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB092; }

 p { color: rgb(204,176,146); }

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

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

 a { background-color: rgb(204,176,146); }

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

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

 span { border-color: rgb(204,176,146); }

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