Html Css Color HEX #CB6467 Mandy

📋 copy color: '#CB6467'

red 203 ◦ green 100 ◦ blue 103

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

Shades of Mandy #CB6467

Tints of Mandy #CB6467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.37%

R = 50%
G = 24.63%
B = 25.37%

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

#CB6467 (or 0xCB6467) is known color: Mandy. HEX triplet: CB, 64 and 67. RGB value is (203,100,103). Sum of RGB (Red+Green+Blue) = 203+100+103=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6467 is #349B98. Grayscale: #838383. Windows color (decimal): -3447705 or 6776011. OLE color: 6776011.

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

Color convert

RGB 203 100 103 -
CMYK 0 0.51 0.49 0.20
HSL 358.25º 0.5% 0.59% -
HSV(B) 358.25º 0.51% 0.8% -
XYZ 31.63 22.79 15.56 -
YUV 131.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 203 100 103 0 0.51 0.49 0.20 358.25 0.5 0.59
Hex CB 64 67 0 33 31 14 166 32 3B
Octal 313 144 147 0 63 61 24 546 62 73
Binary 11001011 1100100 1100111 0 110011 110001 10100 101100110 110010 111011

Color Harmonies of #CB6467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6467

Black with #CB6467

Text Example


Text Example

White with #CB6467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6467; }

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

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

background-color css

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

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

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

border-color css

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

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

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