Html Css Color HEX #CB424B Mandy

📋 copy color: '#CB424B'

red 203 ◦ green 66 ◦ blue 75

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

Shades of Mandy #CB424B

Tints of Mandy #CB424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.19%

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

R = 59.01%
G = 19.19%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB424B (or 0xCB424B) is known color: Mandy. HEX triplet: CB, 42 and 4B. RGB value is (203,66,75). Sum of RGB (Red+Green+Blue) = 203+66+75=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB424B is #34BDB4. Grayscale: #6C6C6C. Windows color (decimal): -3456437 or 4932299. OLE color: 4932299.

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

Color convert

RGB 203 66 75 -
CMYK 0 0.67 0.63 0.20
HSL 356.06º 0.57% 0.53% -
HSV(B) 356.06º 0.67% 0.8% -
XYZ 27.85 17.1 8.49 -
YUV 107.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 203 66 75 0 0.67 0.63 0.20 356.06 0.57 0.53
Hex CB 42 4B 0 43 3F 14 164 39 35
Octal 313 102 113 0 103 77 24 544 71 65
Binary 11001011 1000010 1001011 0 1000011 111111 10100 101100100 111001 110101

Color Harmonies of #CB424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB424B

Black with #CB424B

Text Example


Text Example

White with #CB424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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