Html Css Color HEX #CB6381 Charm

📋 copy color: '#CB6381'

red 203 ◦ green 99 ◦ blue 129

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

Shades of Charm #CB6381

Tints of Charm #CB6381

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.97%

 BLUE value IS 129 (50.78% from 255) = 29.93%

R = 47.1%
G = 22.97%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB6381 (or 0xCB6381) is known color: Charm. HEX triplet: CB, 63 and 81. RGB value is (203,99,129). Sum of RGB (Red+Green+Blue) = 203+99+129=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6381 is #349C7E. Grayscale: #858585. Windows color (decimal): -3447935 or 8479691. OLE color: 8479691.

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

Color convert

RGB 203 99 129 -
CMYK 0 0.51 0.36 0.20
HSL 342.69º 0.5% 0.59% -
HSV(B) 342.69º 0.51% 0.8% -
XYZ 33.05 23.21 23.51 -
YUV 133.52 125.46 177.56 -
System Red Green Blue C M Y K H S L
Decimal 203 99 129 0 0.51 0.36 0.20 342.69 0.5 0.59
Hex CB 63 81 0 33 24 14 157 32 3B
Octal 313 143 201 0 63 44 24 527 62 73
Binary 11001011 1100011 10000001 0 110011 100100 10100 101010111 110010 111011

Color Harmonies of #CB6381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6381

Black with #CB6381

Text Example


Text Example

White with #CB6381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6381; }

 p { color: rgb(203,99,129); }

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

background-color css

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

 a { background-color: rgb(203,99,129); }

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

border-color css

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

 span { border-color: rgb(203,99,129); }

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