Html Css Color HEX #CB464A Mandy

📋 copy color: '#CB464A'

red 203 ◦ green 70 ◦ blue 74

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

Shades of Mandy #CB464A

Tints of Mandy #CB464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.17%

 BLUE value IS 74 (29.3% from 255) = 21.33%

R = 58.5%
G = 20.17%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB464A (or 0xCB464A) is known color: Mandy. HEX triplet: CB, 46 and 4A. RGB value is (203,70,74). Sum of RGB (Red+Green+Blue) = 203+70+74=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB464A is #34B9B5. Grayscale: #6E6E6E. Windows color (decimal): -3455414 or 4867787. OLE color: 4867787.

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

Color convert

RGB 203 70 74 -
CMYK 0 0.66 0.64 0.20
HSL 358.2º 0.56% 0.54% -
HSV(B) 358.2º 0.66% 0.8% -
XYZ 28.05 17.57 8.39 -
YUV 110.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 203 70 74 0 0.66 0.64 0.20 358.2 0.56 0.54
Hex CB 46 4A 0 42 40 14 166 38 36
Octal 313 106 112 0 102 100 24 546 70 66
Binary 11001011 1000110 1001010 0 1000010 1000000 10100 101100110 111000 110110

Color Harmonies of #CB464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB464A

Black with #CB464A

Text Example


Text Example

White with #CB464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB464A; }

 p { color: rgb(203,70,74); }

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

background-color css

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

 a { background-color: rgb(203,70,74); }

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

border-color css

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

 span { border-color: rgb(203,70,74); }

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