Html Css Color HEX #CB6065 Mandy

📋 copy color: '#CB6065'

red 203 ◦ green 96 ◦ blue 101

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

Shades of Mandy #CB6065

Tints of Mandy #CB6065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24%

 BLUE value IS 101 (39.84% from 255) = 25.25%

R = 50.75%
G = 24%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB6065 (or 0xCB6065) is known color: Mandy. HEX triplet: CB, 60 and 65. RGB value is (203,96,101). Sum of RGB (Red+Green+Blue) = 203+96+101=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6065 is #349F9A. Grayscale: #808080. Windows color (decimal): -3448731 or 6643915. OLE color: 6643915.

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

Color convert

RGB 203 96 101 -
CMYK 0 0.53 0.50 0.20
HSL 357.2º 0.51% 0.59% -
HSV(B) 357.2º 0.53% 0.8% -
XYZ 31.16 22 14.92 -
YUV 128.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 203 96 101 0 0.53 0.50 0.20 357.2 0.51 0.59
Hex CB 60 65 0 35 32 14 165 33 3B
Octal 313 140 145 0 65 62 24 545 63 73
Binary 11001011 1100000 1100101 0 110101 110010 10100 101100101 110011 111011

Color Harmonies of #CB6065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6065

Black with #CB6065

Text Example


Text Example

White with #CB6065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6065; }

 p { color: rgb(203,96,101); }

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

background-color css

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

 a { background-color: rgb(203,96,101); }

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

border-color css

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

 span { border-color: rgb(203,96,101); }

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