Html Css Color HEX #CB6378 Cabaret

📋 copy color: '#CB6378'

red 203 ◦ green 99 ◦ blue 120

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

Shades of Cabaret #CB6378

Tints of Cabaret #CB6378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.44%

R = 48.1%
G = 23.46%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB6378 (or 0xCB6378) is known color: Cabaret. HEX triplet: CB, 63 and 78. RGB value is (203,99,120). Sum of RGB (Red+Green+Blue) = 203+99+120=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6378 is #349C87. Grayscale: #848484. Windows color (decimal): -3447944 or 7889867. OLE color: 7889867.

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

Color convert

RGB 203 99 120 -
CMYK 0 0.51 0.41 0.20
HSL 347.88º 0.5% 0.59% -
HSV(B) 347.88º 0.51% 0.8% -
XYZ 32.48 22.98 20.49 -
YUV 132.49 120.96 178.29 -
System Red Green Blue C M Y K H S L
Decimal 203 99 120 0 0.51 0.41 0.20 347.88 0.5 0.59
Hex CB 63 78 0 33 29 14 15C 32 3B
Octal 313 143 170 0 63 51 24 534 62 73
Binary 11001011 1100011 1111000 0 110011 101001 10100 101011100 110010 111011

Color Harmonies of #CB6378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6378

Black with #CB6378

Text Example


Text Example

White with #CB6378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6378; }

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

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

background-color css

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

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

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

border-color css

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

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

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