Html Css Color HEX #CB506B Cabaret

📋 copy color: '#CB506B'

red 203 ◦ green 80 ◦ blue 107

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

Shades of Cabaret #CB506B

Tints of Cabaret #CB506B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.51%

 BLUE value IS 107 (42.19% from 255) = 27.44%

R = 52.05%
G = 20.51%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB506B (or 0xCB506B) is known color: Cabaret. HEX triplet: CB, 50 and 6B. RGB value is (203,80,107). Sum of RGB (Red+Green+Blue) = 203+80+107=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB506B is #34AF94. Grayscale: #777777. Windows color (decimal): -3452821 or 7033035. OLE color: 7033035.

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

Color convert

RGB 203 80 107 -
CMYK 0 0.61 0.47 0.20
HSL 346.83º 0.54% 0.55% -
HSV(B) 346.83º 0.61% 0.8% -
XYZ 30.15 19.5 16.08 -
YUV 119.86 120.75 187.3 -
System Red Green Blue C M Y K H S L
Decimal 203 80 107 0 0.61 0.47 0.20 346.83 0.54 0.55
Hex CB 50 6B 0 3D 2F 14 15B 36 37
Octal 313 120 153 0 75 57 24 533 66 67
Binary 11001011 1010000 1101011 0 111101 101111 10100 101011011 110110 110111

Color Harmonies of #CB506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB506B

Black with #CB506B

Text Example


Text Example

White with #CB506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB506B; }

 p { color: rgb(203,80,107); }

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

background-color css

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

 a { background-color: rgb(203,80,107); }

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

border-color css

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

 span { border-color: rgb(203,80,107); }

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