Html Css Color HEX #CB6571 Cabaret

📋 copy color: '#CB6571'

red 203 ◦ green 101 ◦ blue 113

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

Shades of Cabaret #CB6571

Tints of Cabaret #CB6571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.22%

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

R = 48.68%
G = 24.22%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB6571 (or 0xCB6571) is known color: Cabaret. HEX triplet: CB, 65 and 71. RGB value is (203,101,113). Sum of RGB (Red+Green+Blue) = 203+101+113=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6571 is #349A8E. Grayscale: #848484. Windows color (decimal): -3447439 or 7431627. OLE color: 7431627.

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

Color convert

RGB 203 101 113 -
CMYK 0 0.50 0.44 0.20
HSL 352.94º 0.5% 0.6% -
HSV(B) 352.94º 0.5% 0.8% -
XYZ 32.26 23.2 18.4 -
YUV 132.87 116.79 178.02 -
System Red Green Blue C M Y K H S L
Decimal 203 101 113 0 0.50 0.44 0.20 352.94 0.5 0.6
Hex CB 65 71 0 32 2C 14 161 32 3C
Octal 313 145 161 0 62 54 24 541 62 74
Binary 11001011 1100101 1110001 0 110010 101100 10100 101100001 110010 111100

Color Harmonies of #CB6571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6571

Black with #CB6571

Text Example


Text Example

White with #CB6571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6571; }

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

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

background-color css

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

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

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

border-color css

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

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

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