Html Css Color HEX #CE6470 Cabaret

📋 copy color: '#CE6470'

red 206 ◦ green 100 ◦ blue 112

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

Shades of Cabaret #CE6470

Tints of Cabaret #CE6470

RGB

 RED value IS 206 (80.86% from 255) = 49.28%

 GREEN value IS 100 (39.45% from 255) = 23.92%

 BLUE value IS 112 (44.14% from 255) = 26.79%

R = 49.28%
G = 23.92%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE6470 (or 0xCE6470) is known color: Cabaret. HEX triplet: CE, 64 and 70. RGB value is (206,100,112). Sum of RGB (Red+Green+Blue) = 206+100+112=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6470 is #319B8F. Grayscale: #858585. Windows color (decimal): -3251088 or 7365838. OLE color: 7365838.

HSL color Cylindrical-coordinate representation of color #CE6470: hue angle of 353.21º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6470 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 100 112 -
CMYK 0 0.51 0.46 0.19
HSL 353.21º 0.52% 0.6% -
HSV(B) 353.21º 0.51% 0.81% -
XYZ 32.94 23.41 18.11 -
YUV 133.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 206 100 112 0 0.51 0.46 0.19 353.21 0.52 0.6
Hex CE 64 70 0 33 2E 13 161 34 3C
Octal 316 144 160 0 63 56 23 541 64 74
Binary 11001110 1100100 1110000 0 110011 101110 10011 101100001 110100 111100

Color Harmonies of #CE6470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6470

Black with #CE6470

Text Example


Text Example

White with #CE6470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6470; }

 p { color: rgb(206,100,112); }

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

background-color css

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

 a { background-color: rgb(206,100,112); }

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

border-color css

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

 span { border-color: rgb(206,100,112); }

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