Html Css Color HEX #CB4271 Cabaret

📋 copy color: '#CB4271'

red 203 ◦ green 66 ◦ blue 113

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

Shades of Cabaret #CB4271

Tints of Cabaret #CB4271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.28%

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

R = 53.14%
G = 17.28%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB4271 (or 0xCB4271) is known color: Cabaret. HEX triplet: CB, 42 and 71. RGB value is (203,66,113). Sum of RGB (Red+Green+Blue) = 203+66+113=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4271 is #34BD8E. Grayscale: #707070. Windows color (decimal): -3456399 or 7422667. OLE color: 7422667.

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

Color convert

RGB 203 66 113 -
CMYK 0 0.67 0.44 0.20
HSL 339.42º 0.57% 0.53% -
HSV(B) 339.42º 0.67% 0.8% -
XYZ 29.56 17.79 17.5 -
YUV 112.32 128.39 192.68 -
System Red Green Blue C M Y K H S L
Decimal 203 66 113 0 0.67 0.44 0.20 339.42 0.57 0.53
Hex CB 42 71 0 43 2C 14 153 39 35
Octal 313 102 161 0 103 54 24 523 71 65
Binary 11001011 1000010 1110001 0 1000011 101100 10100 101010011 111001 110101

Color Harmonies of #CB4271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4271

Black with #CB4271

Text Example


Text Example

White with #CB4271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4271; }

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

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

background-color css

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

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

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

border-color css

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

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

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