Html Css Color HEX #C06385 Tapestry

📋 copy color: '#C06385'

red 192 ◦ green 99 ◦ blue 133

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

Shades of Tapestry #C06385

Tints of Tapestry #C06385

RGB

 RED value IS 192 (75.39% from 255) = 45.28%

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

 BLUE value IS 133 (52.34% from 255) = 31.37%

R = 45.28%
G = 23.35%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C06385 (or 0xC06385) is known color: Tapestry. HEX triplet: C0, 63 and 85. RGB value is (192,99,133). Sum of RGB (Red+Green+Blue) = 192+99+133=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C06385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06385 is #3F9C7A. Grayscale: #828282. Windows color (decimal): -4168827 or 8741824. OLE color: 8741824.

HSL color Cylindrical-coordinate representation of color #C06385: hue angle of 338.06º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06385 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 99 133 -
CMYK 0 0.48 0.31 0.25
HSL 338.06º 0.42% 0.57% -
HSV(B) 338.06º 0.48% 0.75% -
XYZ 30.43 21.82 24.8 -
YUV 130.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 192 99 133 0 0.48 0.31 0.25 338.06 0.42 0.57
Hex C0 63 85 0 30 1F 19 152 2A 39
Octal 300 143 205 0 60 37 31 522 52 71
Binary 11000000 1100011 10000101 0 110000 11111 11001 101010010 101010 111001

Color Harmonies of #C06385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06385

Black with #C06385

Text Example


Text Example

White with #C06385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06385; }

 p { color: rgb(192,99,133); }

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

background-color css

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

 a { background-color: rgb(192,99,133); }

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

border-color css

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

 span { border-color: rgb(192,99,133); }

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