Html Css Color HEX #CB6373 Cabaret

📋 copy color: '#CB6373'

red 203 ◦ green 99 ◦ blue 115

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

Shades of Cabaret #CB6373

Tints of Cabaret #CB6373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.74%

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

R = 48.68%
G = 23.74%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB6373 (or 0xCB6373) is known color: Cabaret. HEX triplet: CB, 63 and 73. RGB value is (203,99,115). Sum of RGB (Red+Green+Blue) = 203+99+115=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6373 is #349C8C. Grayscale: #838383. Windows color (decimal): -3447949 or 7562187. OLE color: 7562187.

HSL color Cylindrical-coordinate representation of color #CB6373: hue angle of 350.77º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6373 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 99 115 -
CMYK 0 0.51 0.43 0.20
HSL 350.77º 0.5% 0.59% -
HSV(B) 350.77º 0.51% 0.8% -
XYZ 32.18 22.86 18.94 -
YUV 131.92 118.46 178.7 -
System Red Green Blue C M Y K H S L
Decimal 203 99 115 0 0.51 0.43 0.20 350.77 0.5 0.59
Hex CB 63 73 0 33 2B 14 15F 32 3B
Octal 313 143 163 0 63 53 24 537 62 73
Binary 11001011 1100011 1110011 0 110011 101011 10100 101011111 110010 111011

Color Harmonies of #CB6373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6373

Black with #CB6373

Text Example


Text Example

White with #CB6373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6373; }

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

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

background-color css

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

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

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

border-color css

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

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

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