Html Css Color HEX #CB4563 Cabaret

📋 copy color: '#CB4563'

red 203 ◦ green 69 ◦ blue 99

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

Shades of Cabaret #CB4563

Tints of Cabaret #CB4563

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.6%

 BLUE value IS 99 (39.06% from 255) = 26.68%

R = 54.72%
G = 18.6%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB4563 (or 0xCB4563) is known color: Cabaret. HEX triplet: CB, 45 and 63. RGB value is (203,69,99). Sum of RGB (Red+Green+Blue) = 203+69+99=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4563 is #34BA9C. Grayscale: #707070. Windows color (decimal): -3455645 or 6505931. OLE color: 6505931.

HSL color Cylindrical-coordinate representation of color #CB4563: hue angle of 346.57º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4563 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 69 99 -
CMYK 0 0.66 0.51 0.20
HSL 346.57º 0.56% 0.53% -
HSV(B) 346.57º 0.66% 0.8% -
XYZ 29.01 17.85 13.72 -
YUV 112.49 120.39 192.56 -
System Red Green Blue C M Y K H S L
Decimal 203 69 99 0 0.66 0.51 0.20 346.57 0.56 0.53
Hex CB 45 63 0 42 33 14 15B 38 35
Octal 313 105 143 0 102 63 24 533 70 65
Binary 11001011 1000101 1100011 0 1000010 110011 10100 101011011 111000 110101

Color Harmonies of #CB4563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4563

Black with #CB4563

Text Example


Text Example

White with #CB4563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4563; }

 p { color: rgb(203,69,99); }

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

background-color css

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

 a { background-color: rgb(203,69,99); }

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

border-color css

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

 span { border-color: rgb(203,69,99); }

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