Html Css Color HEX #CB416D Cabaret

📋 copy color: '#CB416D'

red 203 ◦ green 65 ◦ blue 109

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

Shades of Cabaret #CB416D

Tints of Cabaret #CB416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.24%

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

R = 53.85%
G = 17.24%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB416D (or 0xCB416D) is known color: Cabaret. HEX triplet: CB, 41 and 6D. RGB value is (203,65,109). Sum of RGB (Red+Green+Blue) = 203+65+109=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB416D is #34BE92. Grayscale: #6F6F6F. Windows color (decimal): -3456659 or 7160267. OLE color: 7160267.

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

Color convert

RGB 203 65 109 -
CMYK 0 0.68 0.46 0.20
HSL 340.87º 0.57% 0.53% -
HSV(B) 340.87º 0.68% 0.8% -
XYZ 29.28 17.58 16.32 -
YUV 111.28 126.72 193.42 -
System Red Green Blue C M Y K H S L
Decimal 203 65 109 0 0.68 0.46 0.20 340.87 0.57 0.53
Hex CB 41 6D 0 44 2E 14 155 39 35
Octal 313 101 155 0 104 56 24 525 71 65
Binary 11001011 1000001 1101101 0 1000100 101110 10100 101010101 111001 110101

Color Harmonies of #CB416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB416D

Black with #CB416D

Text Example


Text Example

White with #CB416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB416D; }

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

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

background-color css

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

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

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

border-color css

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

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

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