Html Css Color HEX #CB6268 Mandy

📋 copy color: '#CB6268'

red 203 ◦ green 98 ◦ blue 104

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

Shades of Mandy #CB6268

Tints of Mandy #CB6268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.2%

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

R = 50.12%
G = 24.2%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB6268 (or 0xCB6268) is known color: Mandy. HEX triplet: CB, 62 and 68. RGB value is (203,98,104). Sum of RGB (Red+Green+Blue) = 203+98+104=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6268 is #349D97. Grayscale: #828282. Windows color (decimal): -3448216 or 6841035. OLE color: 6841035.

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

Color convert

RGB 203 98 104 -
CMYK 0 0.52 0.49 0.20
HSL 356.57º 0.5% 0.59% -
HSV(B) 356.57º 0.52% 0.8% -
XYZ 31.49 22.43 15.77 -
YUV 130.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 203 98 104 0 0.52 0.49 0.20 356.57 0.5 0.59
Hex CB 62 68 0 34 31 14 165 32 3B
Octal 313 142 150 0 64 61 24 545 62 73
Binary 11001011 1100010 1101000 0 110100 110001 10100 101100101 110010 111011

Color Harmonies of #CB6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6268

Black with #CB6268

Text Example


Text Example

White with #CB6268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6268; }

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

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

background-color css

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

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

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

border-color css

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

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

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