Html Css Color HEX #CB6468 Mandy

📋 copy color: '#CB6468'

red 203 ◦ green 100 ◦ blue 104

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

Shades of Mandy #CB6468

Tints of Mandy #CB6468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.57%

 BLUE value IS 104 (41.02% from 255) = 25.55%

R = 49.88%
G = 24.57%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB6468 (or 0xCB6468) is known color: Mandy. HEX triplet: CB, 64 and 68. RGB value is (203,100,104). Sum of RGB (Red+Green+Blue) = 203+100+104=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6468 is #349B97. Grayscale: #838383. Windows color (decimal): -3447704 or 6841547. OLE color: 6841547.

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

Color convert

RGB 203 100 104 -
CMYK 0 0.51 0.49 0.20
HSL 357.67º 0.5% 0.59% -
HSV(B) 357.67º 0.51% 0.8% -
XYZ 31.68 22.81 15.83 -
YUV 131.25 112.62 179.17 -
System Red Green Blue C M Y K H S L
Decimal 203 100 104 0 0.51 0.49 0.20 357.67 0.5 0.59
Hex CB 64 68 0 33 31 14 166 32 3B
Octal 313 144 150 0 63 61 24 546 62 73
Binary 11001011 1100100 1101000 0 110011 110001 10100 101100110 110010 111011

Color Harmonies of #CB6468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6468

Black with #CB6468

Text Example


Text Example

White with #CB6468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6468; }

 p { color: rgb(203,100,104); }

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

background-color css

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

 a { background-color: rgb(203,100,104); }

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

border-color css

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

 span { border-color: rgb(203,100,104); }

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