Html Css Color HEX #CB434F Mandy

📋 copy color: '#CB434F'

red 203 ◦ green 67 ◦ blue 79

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

Shades of Mandy #CB434F

Tints of Mandy #CB434F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.2%

 BLUE value IS 79 (31.25% from 255) = 22.64%

R = 58.17%
G = 19.2%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB434F (or 0xCB434F) is known color: Mandy. HEX triplet: CB, 43 and 4F. RGB value is (203,67,79). Sum of RGB (Red+Green+Blue) = 203+67+79=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB434F is #34BCB0. Grayscale: #6D6D6D. Windows color (decimal): -3456177 or 5194699. OLE color: 5194699.

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

Color convert

RGB 203 67 79 -
CMYK 0 0.67 0.61 0.20
HSL 354.71º 0.57% 0.53% -
HSV(B) 354.71º 0.67% 0.8% -
XYZ 28.05 17.28 9.25 -
YUV 109.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 203 67 79 0 0.67 0.61 0.20 354.71 0.57 0.53
Hex CB 43 4F 0 43 3D 14 163 39 35
Octal 313 103 117 0 103 75 24 543 71 65
Binary 11001011 1000011 1001111 0 1000011 111101 10100 101100011 111001 110101

Color Harmonies of #CB434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB434F

Black with #CB434F

Text Example


Text Example

White with #CB434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB434F; }

 p { color: rgb(203,67,79); }

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

background-color css

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

 a { background-color: rgb(203,67,79); }

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

border-color css

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

 span { border-color: rgb(203,67,79); }

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