Html Css Color HEX #CB4E6C Cabaret

📋 copy color: '#CB4E6C'

red 203 ◦ green 78 ◦ blue 108

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

Shades of Cabaret #CB4E6C

Tints of Cabaret #CB4E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.76%

R = 52.19%
G = 20.05%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB4E6C (or 0xCB4E6C) is known color: Cabaret. HEX triplet: CB, 4E and 6C. RGB value is (203,78,108). Sum of RGB (Red+Green+Blue) = 203+78+108=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4E6C is #34B193. Grayscale: #767676. Windows color (decimal): -3453332 or 7098059. OLE color: 7098059.

HSL color Cylindrical-coordinate representation of color #CB4E6C: hue angle of 345.6º 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 #CB4E6C is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 78 108 -
CMYK 0 0.62 0.47 0.20
HSL 345.6º 0.55% 0.55% -
HSV(B) 345.6º 0.62% 0.8% -
XYZ 30.06 19.23 16.31 -
YUV 118.8 121.91 188.06 -
System Red Green Blue C M Y K H S L
Decimal 203 78 108 0 0.62 0.47 0.20 345.6 0.55 0.55
Hex CB 4E 6C 0 3E 2F 14 15A 37 37
Octal 313 116 154 0 76 57 24 532 67 67
Binary 11001011 1001110 1101100 0 111110 101111 10100 101011010 110111 110111

Color Harmonies of #CB4E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4E6C

Black with #CB4E6C

Text Example


Text Example

White with #CB4E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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