#CAB0CF

Color #CAB0CF Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #CAB0CF

Tints of Prelude #CAB0CF

Color information

#CAB0CF (or 0xCAB0CF) is unknown color: approx Prelude. HEX triplet: CA, B0 and CF. RGB value is (202,176,207). Sum of RGB (Red+Green+Blue) = 202+176+207=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAB0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0CF is #354F30. Grayscale: #BBBBBB. Windows color (decimal): -3493681 or 13611210. OLE color: 13611210.

HSL color Cylindrical-coordinate representation of color #CAB0CF: hue angle of 290.32º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAB0CF is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202176207-
CMYK0.020.1500.19
HSL290.32º24.41%75.1%-
HSV(B)290.32º14.98%81.18%-
XYZ51.1448.1165.62-
YUV187.31139.11138.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 176 (69.14% from 255) = 30.09%
BLUE value IS 207 (81.25% from 255) = 35.38%
R=34.53%
G=30.09%
B=35.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021762070.020.1500.19290.3224.4175.1
HexCAB0CF2F013122184b
Octal31226031721702344230113
Binary110010101011000011001111101111010011100100010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0CF; }

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

 H1.HeaderClassName
 {
   color: #CAB0CF;
 }
 .AnyTagClassName
 {
   color: #CAB0CF;
 }
</style>
background-color css

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

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

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

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

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

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