Html Css Color HEX #CB565A Mandy

📋 copy color: '#CB565A'

red 203 ◦ green 86 ◦ blue 90

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

Shades of Mandy #CB565A

Tints of Mandy #CB565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.69%

 BLUE value IS 90 (35.55% from 255) = 23.75%

R = 53.56%
G = 22.69%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB565A (or 0xCB565A) is known color: Mandy. HEX triplet: CB, 56 and 5A. RGB value is (203,86,90). Sum of RGB (Red+Green+Blue) = 203+86+90=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB565A is #34A9A5. Grayscale: #797979. Windows color (decimal): -3451302 or 5920459. OLE color: 5920459.

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

Color convert

RGB 203 86 90 -
CMYK 0 0.58 0.56 0.20
HSL 357.95º 0.53% 0.57% -
HSV(B) 357.95º 0.58% 0.8% -
XYZ 29.8 20.09 11.98 -
YUV 121.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 203 86 90 0 0.58 0.56 0.20 357.95 0.53 0.57
Hex CB 56 5A 0 3A 38 14 166 35 39
Octal 313 126 132 0 72 70 24 546 65 71
Binary 11001011 1010110 1011010 0 111010 111000 10100 101100110 110101 111001

Color Harmonies of #CB565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB565A

Black with #CB565A

Text Example


Text Example

White with #CB565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB565A; }

 p { color: rgb(203,86,90); }

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

background-color css

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

 a { background-color: rgb(203,86,90); }

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

border-color css

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

 span { border-color: rgb(203,86,90); }

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