Html Css Color HEX #CBA992 Cashmere

📋 copy color: '#CBA992'

red 203 ◦ green 169 ◦ blue 146

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

Shades of Cashmere #CBA992

Tints of Cashmere #CBA992

RGB

 RED value IS 203 (79.69% from 255) = 39.19%

 GREEN value IS 169 (66.41% from 255) = 32.63%

 BLUE value IS 146 (57.42% from 255) = 28.19%

R = 39.19%
G = 32.63%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CBA992 (or 0xCBA992) is known color: Cashmere. HEX triplet: CB, A9 and 92. RGB value is (203,169,146). Sum of RGB (Red+Green+Blue) = 203+169+146=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA992 is #34566D. Grayscale: #B0B0B0. Windows color (decimal): -3429998 or 9611723. OLE color: 9611723.

HSL color Cylindrical-coordinate representation of color #CBA992: hue angle of 24.21º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBA992 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 169 146 -
CMYK 0 0.17 0.28 0.20
HSL 24.21º 0.35% 0.68% -
HSV(B) 24.21º 0.28% 0.8% -
XYZ 44 43.15 33.2 -
YUV 176.54 110.76 146.87 -
System Red Green Blue C M Y K H S L
Decimal 203 169 146 0 0.17 0.28 0.20 24.21 0.35 0.68
Hex CB A9 92 0 11 1C 14 18 23 44
Octal 313 251 222 0 21 34 24 30 43 104
Binary 11001011 10101001 10010010 0 10001 11100 10100 11000 100011 1000100

Color Harmonies of #CBA992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA992

Black with #CBA992

Text Example


Text Example

White with #CBA992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA992; }

 p { color: rgb(203,169,146); }

 H1.HeaderClassName
 {
   color: #CBA992;
 }
 .AnyTagClassName
 {
   color: #CBA992;
 }
</style>

background-color css

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

 a { background-color: rgb(203,169,146); }

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

border-color css

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

 span { border-color: rgb(203,169,146); }

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