Html Css Color HEX #CB5375 Cabaret

📋 copy color: '#CB5375'

red 203 ◦ green 83 ◦ blue 117

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

Shades of Cabaret #CB5375

Tints of Cabaret #CB5375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.6%

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 50.37%
G = 20.6%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB5375 (or 0xCB5375) is known color: Cabaret. HEX triplet: CB, 53 and 75. RGB value is (203,83,117). Sum of RGB (Red+Green+Blue) = 203+83+117=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5375 is #34AC8A. Grayscale: #7A7A7A. Windows color (decimal): -3452043 or 7689163. OLE color: 7689163.

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

Color convert

RGB 203 83 117 -
CMYK 0 0.59 0.42 0.20
HSL 343º 0.54% 0.56% -
HSV(B) 343º 0.59% 0.8% -
XYZ 30.93 20.17 19.09 -
YUV 122.76 124.76 185.24 -
System Red Green Blue C M Y K H S L
Decimal 203 83 117 0 0.59 0.42 0.20 343 0.54 0.56
Hex CB 53 75 0 3B 2A 14 157 36 38
Octal 313 123 165 0 73 52 24 527 66 70
Binary 11001011 1010011 1110101 0 111011 101010 10100 101010111 110110 111000

Color Harmonies of #CB5375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5375

Black with #CB5375

Text Example


Text Example

White with #CB5375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5375; }

 p { color: rgb(203,83,117); }

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

background-color css

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

 a { background-color: rgb(203,83,117); }

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

border-color css

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

 span { border-color: rgb(203,83,117); }

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