Html Css Color HEX #CB486B Cabaret

📋 copy color: '#CB486B'

red 203 ◦ green 72 ◦ blue 107

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

Shades of Cabaret #CB486B

Tints of Cabaret #CB486B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.85%

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 53.14%
G = 18.85%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB486B (or 0xCB486B) is known color: Cabaret. HEX triplet: CB, 48 and 6B. RGB value is (203,72,107). Sum of RGB (Red+Green+Blue) = 203+72+107=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB486B is #34B794. Grayscale: #737373. Windows color (decimal): -3454869 or 7030987. OLE color: 7030987.

HSL color Cylindrical-coordinate representation of color #CB486B: hue angle of 343.97º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB486B is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 72 107 -
CMYK 0 0.65 0.47 0.20
HSL 343.97º 0.56% 0.54% -
HSV(B) 343.97º 0.65% 0.8% -
XYZ 29.6 18.39 15.9 -
YUV 115.16 123.4 190.65 -
System Red Green Blue C M Y K H S L
Decimal 203 72 107 0 0.65 0.47 0.20 343.97 0.56 0.54
Hex CB 48 6B 0 41 2F 14 158 38 36
Octal 313 110 153 0 101 57 24 530 70 66
Binary 11001011 1001000 1101011 0 1000001 101111 10100 101011000 111000 110110

Color Harmonies of #CB486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB486B

Black with #CB486B

Text Example


Text Example

White with #CB486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB486B; }

 p { color: rgb(203,72,107); }

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

background-color css

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

 a { background-color: rgb(203,72,107); }

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

border-color css

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

 span { border-color: rgb(203,72,107); }

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