Html Css Color HEX #CB466D Cabaret

📋 copy color: '#CB466D'

red 203 ◦ green 70 ◦ blue 109

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

Shades of Cabaret #CB466D

Tints of Cabaret #CB466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.32%

 BLUE value IS 109 (42.97% from 255) = 28.53%

R = 53.14%
G = 18.32%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB466D (or 0xCB466D) is known color: Cabaret. HEX triplet: CB, 46 and 6D. RGB value is (203,70,109). Sum of RGB (Red+Green+Blue) = 203+70+109=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB466D is #34B992. Grayscale: #727272. Windows color (decimal): -3455379 or 7161547. OLE color: 7161547.

HSL color Cylindrical-coordinate representation of color #CB466D: hue angle of 342.41º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB466D is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 70 109 -
CMYK 0 0.66 0.46 0.20
HSL 342.41º 0.56% 0.54% -
HSV(B) 342.41º 0.66% 0.8% -
XYZ 29.58 18.18 16.42 -
YUV 114.21 125.06 191.33 -
System Red Green Blue C M Y K H S L
Decimal 203 70 109 0 0.66 0.46 0.20 342.41 0.56 0.54
Hex CB 46 6D 0 42 2E 14 156 38 36
Octal 313 106 155 0 102 56 24 526 70 66
Binary 11001011 1000110 1101101 0 1000010 101110 10100 101010110 111000 110110

Color Harmonies of #CB466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB466D

Black with #CB466D

Text Example


Text Example

White with #CB466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB466D; }

 p { color: rgb(203,70,109); }

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

background-color css

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

 a { background-color: rgb(203,70,109); }

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

border-color css

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

 span { border-color: rgb(203,70,109); }

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