Html Css Color HEX #C87265 Contessa

📋 copy color: '#C87265'

red 200 ◦ green 114 ◦ blue 101

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

Shades of Contessa #C87265

Tints of Contessa #C87265

RGB

 RED value IS 200 (78.52% from 255) = 48.19%

 GREEN value IS 114 (44.92% from 255) = 27.47%

 BLUE value IS 101 (39.84% from 255) = 24.34%

R = 48.19%
G = 27.47%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C87265 (or 0xC87265) is known color: Contessa. HEX triplet: C8, 72 and 65. RGB value is (200,114,101). Sum of RGB (Red+Green+Blue) = 200+114+101=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C87265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87265 is #378D9A. Grayscale: #8A8A8A. Windows color (decimal): -3640731 or 6648520. OLE color: 6648520.

HSL color Cylindrical-coordinate representation of color #C87265: hue angle of 7.88º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C87265 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 114 101 -
CMYK 0 0.43 0.49 0.22
HSL 7.88º 0.47% 0.59% -
HSV(B) 7.88º 0.5% 0.78% -
XYZ 32.19 25.25 15.49 -
YUV 138.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 200 114 101 0 0.43 0.49 0.22 7.88 0.47 0.59
Hex C8 72 65 0 2B 31 16 8 2F 3B
Octal 310 162 145 0 53 61 26 10 57 73
Binary 11001000 1110010 1100101 0 101011 110001 10110 1000 101111 111011

Color Harmonies of #C87265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87265

Black with #C87265

Text Example


Text Example

White with #C87265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87265; }

 p { color: rgb(200,114,101); }

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

background-color css

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

 a { background-color: rgb(200,114,101); }

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

border-color css

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

 span { border-color: rgb(200,114,101); }

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