Html Css Color HEX #CB4D6A Cabaret

📋 copy color: '#CB4D6A'

red 203 ◦ green 77 ◦ blue 106

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

Shades of Cabaret #CB4D6A

Tints of Cabaret #CB4D6A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.95%

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

R = 52.59%
G = 19.95%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB4D6A (or 0xCB4D6A) is known color: Cabaret. HEX triplet: CB, 4D and 6A. RGB value is (203,77,106). Sum of RGB (Red+Green+Blue) = 203+77+106=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4D6A is #34B295. Grayscale: #757575. Windows color (decimal): -3453590 or 6966731. OLE color: 6966731.

HSL color Cylindrical-coordinate representation of color #CB4D6A: hue angle of 346.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4D6A is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 77 106 -
CMYK 0 0.62 0.48 0.20
HSL 346.19º 0.55% 0.55% -
HSV(B) 346.19º 0.62% 0.8% -
XYZ 29.88 19.04 15.74 -
YUV 117.98 121.24 188.64 -
System Red Green Blue C M Y K H S L
Decimal 203 77 106 0 0.62 0.48 0.20 346.19 0.55 0.55
Hex CB 4D 6A 0 3E 30 14 15A 37 37
Octal 313 115 152 0 76 60 24 532 67 67
Binary 11001011 1001101 1101010 0 111110 110000 10100 101011010 110111 110111

Color Harmonies of #CB4D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4D6A

Black with #CB4D6A

Text Example


Text Example

White with #CB4D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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