Html Css Color HEX #CB4A6D Cabaret

📋 copy color: '#CB4A6D'

red 203 ◦ green 74 ◦ blue 109

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

Shades of Cabaret #CB4A6D

Tints of Cabaret #CB4A6D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.17%

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

R = 52.59%
G = 19.17%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB4A6D (or 0xCB4A6D) is known color: Cabaret. HEX triplet: CB, 4A and 6D. RGB value is (203,74,109). Sum of RGB (Red+Green+Blue) = 203+74+109=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4A6D is #34B592. Grayscale: #747474. Windows color (decimal): -3454355 or 7162571. OLE color: 7162571.

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

Color convert

RGB 203 74 109 -
CMYK 0 0.64 0.46 0.20
HSL 343.72º 0.55% 0.54% -
HSV(B) 343.72º 0.64% 0.8% -
XYZ 29.84 18.7 16.5 -
YUV 116.56 123.74 189.65 -
System Red Green Blue C M Y K H S L
Decimal 203 74 109 0 0.64 0.46 0.20 343.72 0.55 0.54
Hex CB 4A 6D 0 40 2E 14 158 37 36
Octal 313 112 155 0 100 56 24 530 67 66
Binary 11001011 1001010 1101101 0 1000000 101110 10100 101011000 110111 110110

Color Harmonies of #CB4A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4A6D

Black with #CB4A6D

Text Example


Text Example

White with #CB4A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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