Html Css Color HEX #CB6271 Cabaret

📋 copy color: '#CB6271'

red 203 ◦ green 98 ◦ blue 113

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

Shades of Cabaret #CB6271

Tints of Cabaret #CB6271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.67%

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

R = 49.03%
G = 23.67%
B = 27.29%

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

#CB6271 (or 0xCB6271) is known color: Cabaret. HEX triplet: CB, 62 and 71. RGB value is (203,98,113). Sum of RGB (Red+Green+Blue) = 203+98+113=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6271 is #349D8E. Grayscale: #838383. Windows color (decimal): -3448207 or 7430859. OLE color: 7430859.

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

Color convert

RGB 203 98 113 -
CMYK 0 0.52 0.44 0.20
HSL 351.43º 0.5% 0.59% -
HSV(B) 351.43º 0.52% 0.8% -
XYZ 31.98 22.62 18.3 -
YUV 131.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 203 98 113 0 0.52 0.44 0.20 351.43 0.5 0.59
Hex CB 62 71 0 34 2C 14 15F 32 3B
Octal 313 142 161 0 64 54 24 537 62 73
Binary 11001011 1100010 1110001 0 110100 101100 10100 101011111 110010 111011

Color Harmonies of #CB6271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6271

Black with #CB6271

Text Example


Text Example

White with #CB6271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6271; }

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

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

background-color css

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

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

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

border-color css

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

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

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