Html Css Color HEX #CB4168 Cabaret

📋 copy color: '#CB4168'

red 203 ◦ green 65 ◦ blue 104

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

Shades of Cabaret #CB4168

Tints of Cabaret #CB4168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.96%

R = 54.57%
G = 17.47%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB4168 (or 0xCB4168) is known color: Cabaret. HEX triplet: CB, 41 and 68. RGB value is (203,65,104). Sum of RGB (Red+Green+Blue) = 203+65+104=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4168 is #34BE97. Grayscale: #6E6E6E. Windows color (decimal): -3456664 or 6832587. OLE color: 6832587.

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

Color convert

RGB 203 65 104 -
CMYK 0 0.68 0.49 0.20
HSL 343.04º 0.57% 0.53% -
HSV(B) 343.04º 0.68% 0.8% -
XYZ 29.02 17.48 14.94 -
YUV 110.71 124.22 193.83 -
System Red Green Blue C M Y K H S L
Decimal 203 65 104 0 0.68 0.49 0.20 343.04 0.57 0.53
Hex CB 41 68 0 44 31 14 157 39 35
Octal 313 101 150 0 104 61 24 527 71 65
Binary 11001011 1000001 1101000 0 1000100 110001 10100 101010111 111001 110101

Color Harmonies of #CB4168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4168

Black with #CB4168

Text Example


Text Example

White with #CB4168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4168; }

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

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

background-color css

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

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

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

border-color css

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

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

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