Html Css Color HEX #CB4368 Cabaret

📋 copy color: '#CB4368'

red 203 ◦ green 67 ◦ blue 104

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

Shades of Cabaret #CB4368

Tints of Cabaret #CB4368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.91%

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

R = 54.28%
G = 17.91%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB4368 (or 0xCB4368) is known color: Cabaret. HEX triplet: CB, 43 and 68. RGB value is (203,67,104). Sum of RGB (Red+Green+Blue) = 203+67+104=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4368 is #34BC97. Grayscale: #6F6F6F. Windows color (decimal): -3456152 or 6833099. OLE color: 6833099.

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

Color convert

RGB 203 67 104 -
CMYK 0 0.67 0.49 0.20
HSL 343.68º 0.57% 0.53% -
HSV(B) 343.68º 0.67% 0.8% -
XYZ 29.13 17.71 14.98 -
YUV 111.88 123.56 192.99 -
System Red Green Blue C M Y K H S L
Decimal 203 67 104 0 0.67 0.49 0.20 343.68 0.57 0.53
Hex CB 43 68 0 43 31 14 158 39 35
Octal 313 103 150 0 103 61 24 530 71 65
Binary 11001011 1000011 1101000 0 1000011 110001 10100 101011000 111001 110101

Color Harmonies of #CB4368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4368

Black with #CB4368

Text Example


Text Example

White with #CB4368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4368; }

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

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

background-color css

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

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

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

border-color css

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

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

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