Html Css Color HEX #CB466A Cabaret

📋 copy color: '#CB466A'

red 203 ◦ green 70 ◦ blue 106

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

Shades of Cabaret #CB466A

Tints of Cabaret #CB466A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.97%

R = 53.56%
G = 18.47%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB466A (or 0xCB466A) is known color: Cabaret. HEX triplet: CB, 46 and 6A. RGB value is (203,70,106). Sum of RGB (Red+Green+Blue) = 203+70+106=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB466A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB466A is #34B995. Grayscale: #717171. Windows color (decimal): -3455382 or 6964939. OLE color: 6964939.

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

Color convert

RGB 203 70 106 -
CMYK 0 0.66 0.48 0.20
HSL 343.76º 0.56% 0.54% -
HSV(B) 343.76º 0.66% 0.8% -
XYZ 29.42 18.12 15.58 -
YUV 113.87 123.56 191.57 -
System Red Green Blue C M Y K H S L
Decimal 203 70 106 0 0.66 0.48 0.20 343.76 0.56 0.54
Hex CB 46 6A 0 42 30 14 158 38 36
Octal 313 106 152 0 102 60 24 530 70 66
Binary 11001011 1000110 1101010 0 1000010 110000 10100 101011000 111000 110110

Color Harmonies of #CB466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB466A

Black with #CB466A

Text Example


Text Example

White with #CB466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB466A; }

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

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

background-color css

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

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

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

border-color css

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

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

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