Html Css Color HEX #CB4373 Cabaret

📋 copy color: '#CB4373'

red 203 ◦ green 67 ◦ blue 115

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

Shades of Cabaret #CB4373

Tints of Cabaret #CB4373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.87%

R = 52.73%
G = 17.4%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB4373 (or 0xCB4373) is known color: Cabaret. HEX triplet: CB, 43 and 73. RGB value is (203,67,115). Sum of RGB (Red+Green+Blue) = 203+67+115=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4373 is #34BC8C. Grayscale: #717171. Windows color (decimal): -3456141 or 7553995. OLE color: 7553995.

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

Color convert

RGB 203 67 115 -
CMYK 0 0.67 0.43 0.20
HSL 338.82º 0.57% 0.53% -
HSV(B) 338.82º 0.67% 0.8% -
XYZ 29.73 17.95 18.12 -
YUV 113.14 129.06 192.1 -
System Red Green Blue C M Y K H S L
Decimal 203 67 115 0 0.67 0.43 0.20 338.82 0.57 0.53
Hex CB 43 73 0 43 2B 14 153 39 35
Octal 313 103 163 0 103 53 24 523 71 65
Binary 11001011 1000011 1110011 0 1000011 101011 10100 101010011 111001 110101

Color Harmonies of #CB4373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4373

Black with #CB4373

Text Example


Text Example

White with #CB4373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4373; }

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

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

background-color css

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

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

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

border-color css

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

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

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