#CABBC1

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

Shades of Twilight #CABBC1

Tints of Twilight #CABBC1

Color information

#CABBC1 (or 0xCABBC1) is unknown color: approx Twilight. HEX triplet: CA, BB and C1. RGB value is (202,187,193). Sum of RGB (Red+Green+Blue) = 202+187+193=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBC1 is #35443E. Grayscale: #C0C0C0. Windows color (decimal): -3490879 or 12696522. OLE color: 12696522.

HSL color Cylindrical-coordinate representation of color #CABBC1: hue angle of 336º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CABBC1 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB202187193-
CMYK00.070.040.21
HSL336º12.4%76.27%-
HSV(B)336º7.43%79.22%-
XYZ51.7551.9557.75-
YUV192.17128.47135.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 193 (75.78% from 255) = 33.16%
R=34.71%
G=32.13%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218719300.070.040.2133612.476.27
HexCABBC107415150c4c
Octal3122733010742552014114
Binary11001010101110111100000101111001010110101000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBC1; }

 p { color: rgb(202,187,193); }

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

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

 a { background-color: rgb(202,187,193); }

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

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

 span { border-color: rgb(202,187,193); }

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