Html Css Color HEX #CAB098 Cashmere

📋 copy color: '#CAB098'

red 202 ◦ green 176 ◦ blue 152

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

Shades of Cashmere #CAB098

Tints of Cashmere #CAB098

RGB

 RED value IS 202 (79.3% from 255) = 38.11%

 GREEN value IS 176 (69.14% from 255) = 33.21%

 BLUE value IS 152 (59.77% from 255) = 28.68%

R = 38.11%
G = 33.21%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CAB098 (or 0xCAB098) is known color: Cashmere. HEX triplet: CA, B0 and 98. RGB value is (202,176,152). Sum of RGB (Red+Green+Blue) = 202+176+152=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB098 is #354F67. Grayscale: #B5B5B5. Windows color (decimal): -3493736 or 10006730. OLE color: 10006730.

HSL color Cylindrical-coordinate representation of color #CAB098: hue angle of 28.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB098 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 176 152 -
CMYK 0 0.13 0.25 0.21
HSL 28.8º 0.32% 0.69% -
HSV(B) 28.8º 0.25% 0.79% -
XYZ 45.55 45.87 36.16 -
YUV 181.04 111.61 142.95 -
System Red Green Blue C M Y K H S L
Decimal 202 176 152 0 0.13 0.25 0.21 28.8 0.32 0.69
Hex CA B0 98 0 D 19 15 1D 20 45
Octal 312 260 230 0 15 31 25 35 40 105
Binary 11001010 10110000 10011000 0 1101 11001 10101 11101 100000 1000101

Color Harmonies of #CAB098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB098

Black with #CAB098

Text Example


Text Example

White with #CAB098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB098; }

 p { color: rgb(202,176,152); }

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

background-color css

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

 a { background-color: rgb(202,176,152); }

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

border-color css

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

 span { border-color: rgb(202,176,152); }

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