Html Css Color HEX #C37975 Contessa

📋 copy color: '#C37975'

red 195 ◦ green 121 ◦ blue 117

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

Shades of Contessa #C37975

Tints of Contessa #C37975

RGB

 RED value IS 195 (76.56% from 255) = 45.03%

 GREEN value IS 121 (47.66% from 255) = 27.94%

 BLUE value IS 117 (46.09% from 255) = 27.02%

R = 45.03%
G = 27.94%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C37975 (or 0xC37975) is known color: Contessa. HEX triplet: C3, 79 and 75. RGB value is (195,121,117). Sum of RGB (Red+Green+Blue) = 195+121+117=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C37975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37975 is #3C868A. Grayscale: #8E8E8E. Windows color (decimal): -3966603 or 7698883. OLE color: 7698883.

HSL color Cylindrical-coordinate representation of color #C37975: hue angle of 3.08º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C37975 is Cyan = 0, Magento = 0.38, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 121 117 -
CMYK 0 0.38 0.4 0.24
HSL 3.08º 0.39% 0.61% -
HSV(B) 3.08º 0.4% 0.76% -
XYZ 32.55 26.56 20.24 -
YUV 142.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 195 121 117 0 0.38 0.4 0.24 3.08 0.39 0.61
Hex C3 79 75 0 26 28 18 3 27 3D
Octal 303 171 165 0 46 50 30 3 47 75
Binary 11000011 1111001 1110101 0 100110 101000 11000 11 100111 111101

Color Harmonies of #C37975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37975

Black with #C37975

Text Example


Text Example

White with #C37975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37975; }

 p { color: rgb(195,121,117); }

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

background-color css

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

 a { background-color: rgb(195,121,117); }

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

border-color css

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

 span { border-color: rgb(195,121,117); }

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