Html Css Color HEX #CABEB1 Stark White

📋 copy color: '#CABEB1'

red 202 ◦ green 190 ◦ blue 177

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

Shades of Stark White #CABEB1

Tints of Stark White #CABEB1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.39%

 BLUE value IS 177 (69.53% from 255) = 31.11%

R = 35.5%
G = 33.39%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CABEB1 (or 0xCABEB1) is known color: Stark White. HEX triplet: CA, BE and B1. RGB value is (202,190,177). Sum of RGB (Red+Green+Blue) = 202+190+177=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABEB1 is #35414E. Grayscale: #C0C0C0. Windows color (decimal): -3490127 or 11648714. OLE color: 11648714.

HSL color Cylindrical-coordinate representation of color #CABEB1: hue angle of 31.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CABEB1 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 190 177 -
CMYK 0 0.06 0.12 0.21
HSL 31.2º 0.19% 0.74% -
HSV(B) 31.2º 0.12% 0.79% -
XYZ 50.71 52.56 49.07 -
YUV 192.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 202 190 177 0 0.06 0.12 0.21 31.2 0.19 0.74
Hex CA BE B1 0 6 C 15 1F 13 4A
Octal 312 276 261 0 6 14 25 37 23 112
Binary 11001010 10111110 10110001 0 110 1100 10101 11111 10011 1001010

Color Harmonies of #CABEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABEB1

Black with #CABEB1

Text Example


Text Example

White with #CABEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABEB1; }

 p { color: rgb(202,190,177); }

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

background-color css

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

 a { background-color: rgb(202,190,177); }

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

border-color css

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

 span { border-color: rgb(202,190,177); }

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