Html Css Color HEX #CB3E6C Cabaret

📋 copy color: '#CB3E6C'

red 203 ◦ green 62 ◦ blue 108

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

Shades of Cabaret #CB3E6C

Tints of Cabaret #CB3E6C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.62%

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

R = 54.42%
G = 16.62%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB3E6C (or 0xCB3E6C) is known color: Cabaret. HEX triplet: CB, 3E and 6C. RGB value is (203,62,108). Sum of RGB (Red+Green+Blue) = 203+62+108=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3E6C is #34C193. Grayscale: #6D6D6D. Windows color (decimal): -3457428 or 7093963. OLE color: 7093963.

HSL color Cylindrical-coordinate representation of color #CB3E6C: hue angle of 340.43º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3E6C is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 62 108 -
CMYK 0 0.69 0.47 0.20
HSL 340.43º 0.58% 0.52% -
HSV(B) 340.43º 0.69% 0.8% -
XYZ 29.06 17.22 15.98 -
YUV 109.4 127.21 194.76 -
System Red Green Blue C M Y K H S L
Decimal 203 62 108 0 0.69 0.47 0.20 340.43 0.58 0.52
Hex CB 3E 6C 0 45 2F 14 154 3A 34
Octal 313 76 154 0 105 57 24 524 72 64
Binary 11001011 111110 1101100 0 1000101 101111 10100 101010100 111010 110100

Color Harmonies of #CB3E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3E6C

Black with #CB3E6C

Text Example


Text Example

White with #CB3E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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