Html Css Color HEX #CB6278 Cabaret

📋 copy color: '#CB6278'

red 203 ◦ green 98 ◦ blue 120

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

Shades of Cabaret #CB6278

Tints of Cabaret #CB6278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.28%

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

R = 48.22%
G = 23.28%
B = 28.5%

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

#CB6278 (or 0xCB6278) is known color: Cabaret. HEX triplet: CB, 62 and 78. RGB value is (203,98,120). Sum of RGB (Red+Green+Blue) = 203+98+120=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6278 is #349D87. Grayscale: #838383. Windows color (decimal): -3448200 or 7889611. OLE color: 7889611.

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

Color convert

RGB 203 98 120 -
CMYK 0 0.52 0.41 0.20
HSL 347.43º 0.5% 0.59% -
HSV(B) 347.43º 0.52% 0.8% -
XYZ 32.39 22.79 20.46 -
YUV 131.9 121.29 178.71 -
System Red Green Blue C M Y K H S L
Decimal 203 98 120 0 0.52 0.41 0.20 347.43 0.5 0.59
Hex CB 62 78 0 34 29 14 15B 32 3B
Octal 313 142 170 0 64 51 24 533 62 73
Binary 11001011 1100010 1111000 0 110100 101001 10100 101011011 110010 111011

Color Harmonies of #CB6278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6278

Black with #CB6278

Text Example


Text Example

White with #CB6278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6278; }

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

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

background-color css

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

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

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

border-color css

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

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

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