Html Css Color HEX #CAB6E0 Perfume

📋 copy color: '#CAB6E0'

red 202 ◦ green 182 ◦ blue 224

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

Shades of Perfume #CAB6E0

Tints of Perfume #CAB6E0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.93%

 BLUE value IS 224 (87.89% from 255) = 36.84%

R = 33.22%
G = 29.93%
B = 36.84%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CAB6E0 (or 0xCAB6E0) is known color: Perfume. HEX triplet: CA, B6 and E0. RGB value is (202,182,224). Sum of RGB (Red+Green+Blue) = 202+182+224=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #CAB6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6E0 is #35491F. Grayscale: #C0C0C0. Windows color (decimal): -3492128 or 14726858. OLE color: 14726858.

HSL color Cylindrical-coordinate representation of color #CAB6E0: hue angle of 268.57º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAB6E0 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 182 224 -
CMYK 0.10 0.19 0 0.12
HSL 268.57º 0.4% 0.8% -
HSV(B) 268.57º 0.19% 0.88% -
XYZ 54.54 51.39 77.57 -
YUV 192.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 202 182 224 0.10 0.19 0 0.12 268.57 0.4 0.8
Hex CA B6 E0 A 13 0 C 10D 28 50
Octal 312 266 340 12 23 0 14 415 50 120
Binary 11001010 10110110 11100000 1010 10011 0 1100 100001101 101000 1010000

Color Harmonies of #CAB6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB6E0

Black with #CAB6E0

Text Example


Text Example

White with #CAB6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB6E0; }

 p { color: rgb(202,182,224); }

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

background-color css

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

 a { background-color: rgb(202,182,224); }

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

border-color css

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

 span { border-color: rgb(202,182,224); }

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