Html Css Color HEX #CAB0CF Prelude

📋 copy color: '#CAB0CF'

red 202 ◦ green 176 ◦ blue 207

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

Shades of Prelude #CAB0CF

Tints of Prelude #CAB0CF

RGB

 RED value IS 202 (79.3% 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 value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CAB0CF (or 0xCAB0CF) is known color: 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

RGB 202 176 207 -
CMYK 0.02 0.15 0 0.19
HSL 290.32º 0.24% 0.75% -
HSV(B) 290.32º 0.15% 0.81% -
XYZ 51.14 48.11 65.62 -
YUV 187.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 202 176 207 0.02 0.15 0 0.19 290.32 0.24 0.75
Hex CA B0 CF 2 F 0 13 122 18 4B
Octal 312 260 317 2 17 0 23 442 30 113
Binary 11001010 10110000 11001111 10 1111 0 10011 100100010 11000 1001011

Color Harmonies of #CAB0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0CF

Black with #CAB0CF

Text Example


Text Example

White with #CAB0CF

Text Example


Text Example

HTML Codes & Css Web 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>