Html Css Color HEX #CB3F71 Cabaret

📋 copy color: '#CB3F71'

red 203 ◦ green 63 ◦ blue 113

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

Shades of Cabaret #CB3F71

Tints of Cabaret #CB3F71

RGB

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

 GREEN value IS 63 (25% from 255) = 16.62%

 BLUE value IS 113 (44.53% from 255) = 29.82%

R = 53.56%
G = 16.62%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB3F71 (or 0xCB3F71) is known color: Cabaret. HEX triplet: CB, 3F and 71. RGB value is (203,63,113). Sum of RGB (Red+Green+Blue) = 203+63+113=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3F71 is #34C08E. Grayscale: #6E6E6E. Windows color (decimal): -3457167 or 7421899. OLE color: 7421899.

HSL color Cylindrical-coordinate representation of color #CB3F71: hue angle of 338.57º degrees, saturation: 0.57, 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 #CB3F71 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 63 113 -
CMYK 0 0.69 0.44 0.20
HSL 338.57º 0.57% 0.52% -
HSV(B) 338.57º 0.69% 0.8% -
XYZ 29.39 17.44 17.44 -
YUV 110.56 129.38 193.93 -
System Red Green Blue C M Y K H S L
Decimal 203 63 113 0 0.69 0.44 0.20 338.57 0.57 0.52
Hex CB 3F 71 0 45 2C 14 153 39 34
Octal 313 77 161 0 105 54 24 523 71 64
Binary 11001011 111111 1110001 0 1000101 101100 10100 101010011 111001 110100

Color Harmonies of #CB3F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3F71

Black with #CB3F71

Text Example


Text Example

White with #CB3F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3F71; }

 p { color: rgb(203,63,113); }

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

background-color css

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

 a { background-color: rgb(203,63,113); }

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

border-color css

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

 span { border-color: rgb(203,63,113); }

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