Html Css Color HEX #CB4E6E Cabaret

📋 copy color: '#CB4E6E'

red 203 ◦ green 78 ◦ blue 110

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

Shades of Cabaret #CB4E6E

Tints of Cabaret #CB4E6E

RGB

 RED value IS 203 (79.69% from 255) = 51.92%

 GREEN value IS 78 (30.86% from 255) = 19.95%

 BLUE value IS 110 (43.36% from 255) = 28.13%

R = 51.92%
G = 19.95%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB4E6E (or 0xCB4E6E) is known color: Cabaret. HEX triplet: CB, 4E and 6E. RGB value is (203,78,110). Sum of RGB (Red+Green+Blue) = 203+78+110=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4E6E is #34B191. Grayscale: #777777. Windows color (decimal): -3453330 or 7229131. OLE color: 7229131.

HSL color Cylindrical-coordinate representation of color #CB4E6E: hue angle of 344.64º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4E6E is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 78 110 -
CMYK 0 0.62 0.46 0.20
HSL 344.64º 0.55% 0.55% -
HSV(B) 344.64º 0.62% 0.8% -
XYZ 30.17 19.27 16.88 -
YUV 119.02 122.91 187.9 -
System Red Green Blue C M Y K H S L
Decimal 203 78 110 0 0.62 0.46 0.20 344.64 0.55 0.55
Hex CB 4E 6E 0 3E 2E 14 159 37 37
Octal 313 116 156 0 76 56 24 531 67 67
Binary 11001011 1001110 1101110 0 111110 101110 10100 101011001 110111 110111

Color Harmonies of #CB4E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4E6E

Black with #CB4E6E

Text Example


Text Example

White with #CB4E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4E6E; }

 p { color: rgb(203,78,110); }

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

background-color css

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

 a { background-color: rgb(203,78,110); }

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

border-color css

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

 span { border-color: rgb(203,78,110); }

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