Html Css Color HEX #C67575 Contessa

📋 copy color: '#C67575'

red 198 ◦ green 117 ◦ blue 117

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

Shades of Contessa #C67575

Tints of Contessa #C67575

RGB

 RED value IS 198 (77.73% from 255) = 45.83%

 GREEN value IS 117 (46.09% from 255) = 27.08%

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

R = 45.83%
G = 27.08%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C67575 (or 0xC67575) is known color: Contessa. HEX triplet: C6, 75 and 75. RGB value is (198,117,117). Sum of RGB (Red+Green+Blue) = 198+117+117=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C67575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67575 is #398A8A. Grayscale: #8D8D8D. Windows color (decimal): -3771019 or 7697862. OLE color: 7697862.

HSL color Cylindrical-coordinate representation of color #C67575: hue angle of 0º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C67575 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 117 117 -
CMYK 0 0.41 0.41 0.22
HSL 0.42% 0.62% -
HSV(B) 0.41% 0.78% -
XYZ 32.86 26.01 20.12 -
YUV 141.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 198 117 117 0 0.41 0.41 0.22 0 0.42 0.62
Hex C6 75 75 0 29 29 16 0 2A 3E
Octal 306 165 165 0 51 51 26 0 52 76
Binary 11000110 1110101 1110101 0 101001 101001 10110 0 101010 111110

Color Harmonies of #C67575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67575

Black with #C67575

Text Example


Text Example

White with #C67575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67575; }

 p { color: rgb(198,117,117); }

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

background-color css

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

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

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

border-color css

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

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

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