#CABCCC

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

Shades of Prelude #CABCCC

Tints of Prelude #CABCCC

Color information

#CABCCC (or 0xCABCCC) is unknown color: approx Prelude. HEX triplet: CA, BC and CC. RGB value is (202,188,204). Sum of RGB (Red+Green+Blue) = 202+188+204=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 204 - color contains mainly: blue. Hex color #CABCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCCC is #354333. Grayscale: #C1C1C1. Windows color (decimal): -3490612 or 13417674. OLE color: 13417674.

HSL color Cylindrical-coordinate representation of color #CABCCC: hue angle of 292.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABCCC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB202188204-
CMYK0.010.0800.2
HSL292.5º13.56%76.86%-
HSV(B)292.5º7.84%80%-
XYZ53.2452.8864.53-
YUV194.01133.64133.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.01%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=34.01%
G=31.65%
B=34.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021882040.010.0800.2292.513.5676.86
HexCABCCC18014124e4d
Octal31227431411002444416115
Binary1100101010111100110011001100001010010010010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCCC; }

 p { color: rgb(202,188,204); }

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

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

 a { background-color: rgb(202,188,204); }

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

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

 span { border-color: rgb(202,188,204); }

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