Html Css Color HEX #CB464B Mandy

📋 copy color: '#CB464B'

red 203 ◦ green 70 ◦ blue 75

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

Shades of Mandy #CB464B

Tints of Mandy #CB464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.55%

R = 58.33%
G = 20.11%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB464B (or 0xCB464B) is known color: Mandy. HEX triplet: CB, 46 and 4B. RGB value is (203,70,75). Sum of RGB (Red+Green+Blue) = 203+70+75=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB464B is #34B9B4. Grayscale: #6E6E6E. Windows color (decimal): -3455413 or 4933323. OLE color: 4933323.

HSL color Cylindrical-coordinate representation of color #CB464B: hue angle of 357.74º 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 #CB464B is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 70 75 -
CMYK 0 0.66 0.63 0.20
HSL 357.74º 0.56% 0.54% -
HSV(B) 357.74º 0.66% 0.8% -
XYZ 28.09 17.58 8.57 -
YUV 110.34 108.06 194.09 -
System Red Green Blue C M Y K H S L
Decimal 203 70 75 0 0.66 0.63 0.20 357.74 0.56 0.54
Hex CB 46 4B 0 42 3F 14 166 38 36
Octal 313 106 113 0 102 77 24 546 70 66
Binary 11001011 1000110 1001011 0 1000010 111111 10100 101100110 111000 110110

Color Harmonies of #CB464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB464B

Black with #CB464B

Text Example


Text Example

White with #CB464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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