Html Css Color HEX #CB6374 Cabaret

📋 copy color: '#CB6374'

red 203 ◦ green 99 ◦ blue 116

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

Shades of Cabaret #CB6374

Tints of Cabaret #CB6374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 48.56%
G = 23.68%
B = 27.75%

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

#CB6374 (or 0xCB6374) is known color: Cabaret. HEX triplet: CB, 63 and 74. RGB value is (203,99,116). Sum of RGB (Red+Green+Blue) = 203+99+116=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6374 is #349C8B. Grayscale: #848484. Windows color (decimal): -3447948 or 7627723. OLE color: 7627723.

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

Color convert

RGB 203 99 116 -
CMYK 0 0.51 0.43 0.20
HSL 350.19º 0.5% 0.59% -
HSV(B) 350.19º 0.51% 0.8% -
XYZ 32.24 22.88 19.24 -
YUV 132.03 118.96 178.62 -
System Red Green Blue C M Y K H S L
Decimal 203 99 116 0 0.51 0.43 0.20 350.19 0.5 0.59
Hex CB 63 74 0 33 2B 14 15E 32 3B
Octal 313 143 164 0 63 53 24 536 62 73
Binary 11001011 1100011 1110100 0 110011 101011 10100 101011110 110010 111011

Color Harmonies of #CB6374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6374

Black with #CB6374

Text Example


Text Example

White with #CB6374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6374; }

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

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

background-color css

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

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

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

border-color css

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

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

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