Html Css Color HEX #CABEB2 Stark White

📋 copy color: '#CABEB2'

red 202 ◦ green 190 ◦ blue 178

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

Shades of Stark White #CABEB2

Tints of Stark White #CABEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.23%

R = 35.44%
G = 33.33%
B = 31.23%

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

#CABEB2 (or 0xCABEB2) is known color: Stark White. HEX triplet: CA, BE and B2. RGB value is (202,190,178). Sum of RGB (Red+Green+Blue) = 202+190+178=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABEB2 is #35414D. Grayscale: #C0C0C0. Windows color (decimal): -3490126 or 11714250. OLE color: 11714250.

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

Color convert

RGB 202 190 178 -
CMYK 0 0.06 0.12 0.21
HSL 30º 0.18% 0.75% -
HSV(B) 30º 0.12% 0.79% -
XYZ 50.81 52.6 49.59 -
YUV 192.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 202 190 178 0 0.06 0.12 0.21 30 0.18 0.75
Hex CA BE B2 0 6 C 15 1E 12 4B
Octal 312 276 262 0 6 14 25 36 22 113
Binary 11001010 10111110 10110010 0 110 1100 10101 11110 10010 1001011

Color Harmonies of #CABEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABEB2

Black with #CABEB2

Text Example


Text Example

White with #CABEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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