Html Css Color HEX #CABEC4 Twilight

📋 copy color: '#CABEC4'

red 202 ◦ green 190 ◦ blue 196

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

Shades of Twilight #CABEC4

Tints of Twilight #CABEC4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.31%

 BLUE value IS 196 (76.95% from 255) = 33.33%

R = 34.35%
G = 32.31%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CABEC4 (or 0xCABEC4) is known color: Twilight. HEX triplet: CA, BE and C4. RGB value is (202,190,196). Sum of RGB (Red+Green+Blue) = 202+190+196=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEC4 is #35413B. Grayscale: #C2C2C2. Windows color (decimal): -3490108 or 12893898. OLE color: 12893898.

HSL color Cylindrical-coordinate representation of color #CABEC4: hue angle of 330º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CABEC4 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 190 196 -
CMYK 0 0.06 0.03 0.21
HSL 330º 0.1% 0.77% -
HSV(B) 330º 0.06% 0.79% -
XYZ 52.73 53.37 59.75 -
YUV 194.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 202 190 196 0 0.06 0.03 0.21 330 0.1 0.77
Hex CA BE C4 0 6 3 15 14A A 4D
Octal 312 276 304 0 6 3 25 512 12 115
Binary 11001010 10111110 11000100 0 110 11 10101 101001010 1010 1001101

Color Harmonies of #CABEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABEC4

Black with #CABEC4

Text Example


Text Example

White with #CABEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABEC4; }

 p { color: rgb(202,190,196); }

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

background-color css

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

 a { background-color: rgb(202,190,196); }

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

border-color css

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

 span { border-color: rgb(202,190,196); }

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