Html Css Color HEX #CB6171 Cabaret

📋 copy color: '#CB6171'

red 203 ◦ green 97 ◦ blue 113

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

Shades of Cabaret #CB6171

Tints of Cabaret #CB6171

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.49%

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

R = 49.15%
G = 23.49%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB6171 (or 0xCB6171) is known color: Cabaret. HEX triplet: CB, 61 and 71. RGB value is (203,97,113). Sum of RGB (Red+Green+Blue) = 203+97+113=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6171 is #349E8E. Grayscale: #828282. Windows color (decimal): -3448463 or 7430603. OLE color: 7430603.

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

Color convert

RGB 203 97 113 -
CMYK 0 0.52 0.44 0.20
HSL 350.94º 0.5% 0.59% -
HSV(B) 350.94º 0.52% 0.8% -
XYZ 31.88 22.44 18.27 -
YUV 130.52 118.12 179.7 -
System Red Green Blue C M Y K H S L
Decimal 203 97 113 0 0.52 0.44 0.20 350.94 0.5 0.59
Hex CB 61 71 0 34 2C 14 15F 32 3B
Octal 313 141 161 0 64 54 24 537 62 73
Binary 11001011 1100001 1110001 0 110100 101100 10100 101011111 110010 111011

Color Harmonies of #CB6171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6171

Black with #CB6171

Text Example


Text Example

White with #CB6171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6171; }

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

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

background-color css

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

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

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

border-color css

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

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

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