Html Css Color HEX #CB5F6F Cabaret

📋 copy color: '#CB5F6F'

red 203 ◦ green 95 ◦ blue 111

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

Shades of Cabaret #CB5F6F

Tints of Cabaret #CB5F6F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.23%

 BLUE value IS 111 (43.75% from 255) = 27.14%

R = 49.63%
G = 23.23%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB5F6F (or 0xCB5F6F) is known color: Cabaret. HEX triplet: CB, 5F and 6F. RGB value is (203,95,111). Sum of RGB (Red+Green+Blue) = 203+95+111=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5F6F is #34A090. Grayscale: #818181. Windows color (decimal): -3448977 or 7299019. OLE color: 7299019.

HSL color Cylindrical-coordinate representation of color #CB5F6F: hue angle of 351.11º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB5F6F is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 95 111 -
CMYK 0 0.53 0.45 0.20
HSL 351.11º 0.51% 0.58% -
HSV(B) 351.11º 0.53% 0.8% -
XYZ 31.59 22.03 17.63 -
YUV 129.12 117.78 180.7 -
System Red Green Blue C M Y K H S L
Decimal 203 95 111 0 0.53 0.45 0.20 351.11 0.51 0.58
Hex CB 5F 6F 0 35 2D 14 15F 33 3A
Octal 313 137 157 0 65 55 24 537 63 72
Binary 11001011 1011111 1101111 0 110101 101101 10100 101011111 110011 111010

Color Harmonies of #CB5F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5F6F

Black with #CB5F6F

Text Example


Text Example

White with #CB5F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5F6F; }

 p { color: rgb(203,95,111); }

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

background-color css

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

 a { background-color: rgb(203,95,111); }

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

border-color css

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

 span { border-color: rgb(203,95,111); }

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