Html Css Color HEX #CAC5BE Stark White

📋 copy color: '#CAC5BE'

red 202 ◦ green 197 ◦ blue 190

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

Shades of Stark White #CAC5BE

Tints of Stark White #CAC5BE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.45%

 BLUE value IS 190 (74.61% from 255) = 32.26%

R = 34.3%
G = 33.45%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CAC5BE (or 0xCAC5BE) is known color: Stark White. HEX triplet: CA, C5 and BE. RGB value is (202,197,190). Sum of RGB (Red+Green+Blue) = 202+197+190=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5BE is #353A41. Grayscale: #C5C5C5. Windows color (decimal): -3488322 or 12502474. OLE color: 12502474.

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

Color convert

RGB 202 197 190 -
CMYK 0 0.02 0.06 0.21
HSL 35º 0.1% 0.77% -
HSV(B) 35º 0.06% 0.79% -
XYZ 53.62 56.21 56.74 -
YUV 197.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 202 197 190 0 0.02 0.06 0.21 35 0.1 0.77
Hex CA C5 BE 0 2 6 15 23 A 4D
Octal 312 305 276 0 2 6 25 43 12 115
Binary 11001010 11000101 10111110 0 10 110 10101 100011 1010 1001101

Color Harmonies of #CAC5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC5BE

Black with #CAC5BE

Text Example


Text Example

White with #CAC5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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