Html Css Color HEX #CCB092 Cashmere

📋 copy color: '#CCB092'

red 204 ◦ green 176 ◦ blue 146

#CCB092
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cashmere #CCB092

Tints of Cashmere #CCB092

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 value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCB092 (or 0xCCB092) is known color: 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

RGB 204 176 146 -
CMYK 0 0.14 0.28 0.2
HSL 31.03º 0.36% 0.69% -
HSV(B) 31.03º 0.28% 0.8% -
XYZ 45.62 45.96 33.66 -
YUV 180.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 204 176 146 0 0.14 0.28 0.2 31.03 0.36 0.69
Hex CC B0 92 0 E 1C 14 1F 24 45
Octal 314 260 222 0 16 34 24 37 44 105
Binary 11001100 10110000 10010010 0 1110 11100 10100 11111 100100 1000101

Color Harmonies of #CCB092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB092

Black with #CCB092

Text Example


Text Example

White with #CCB092

Text Example


Text Example

HTML Codes & Css Web 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>