Html Css Color HEX #CB6178 Cabaret

📋 copy color: '#CB6178'

red 203 ◦ green 97 ◦ blue 120

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

Shades of Cabaret #CB6178

Tints of Cabaret #CB6178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.1%

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

R = 48.33%
G = 23.1%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB6178 (or 0xCB6178) is known color: Cabaret. HEX triplet: CB, 61 and 78. RGB value is (203,97,120). Sum of RGB (Red+Green+Blue) = 203+97+120=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6178 is #349E87. Grayscale: #838383. Windows color (decimal): -3448456 or 7889355. OLE color: 7889355.

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

Color convert

RGB 203 97 120 -
CMYK 0 0.52 0.41 0.20
HSL 346.98º 0.5% 0.59% -
HSV(B) 346.98º 0.52% 0.8% -
XYZ 32.29 22.6 20.43 -
YUV 131.32 121.62 179.13 -
System Red Green Blue C M Y K H S L
Decimal 203 97 120 0 0.52 0.41 0.20 346.98 0.5 0.59
Hex CB 61 78 0 34 29 14 15B 32 3B
Octal 313 141 170 0 64 51 24 533 62 73
Binary 11001011 1100001 1111000 0 110100 101001 10100 101011011 110010 111011

Color Harmonies of #CB6178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6178

Black with #CB6178

Text Example


Text Example

White with #CB6178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6178; }

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

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

background-color css

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

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

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

border-color css

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

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

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