Html Css Color HEX #C2675F Contessa

📋 copy color: '#C2675F'

red 194 ◦ green 103 ◦ blue 95

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

Shades of Contessa #C2675F

Tints of Contessa #C2675F

RGB

 RED value IS 194 (76.17% from 255) = 49.49%

 GREEN value IS 103 (40.63% from 255) = 26.28%

 BLUE value IS 95 (37.5% from 255) = 24.23%

R = 49.49%
G = 26.28%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2675F (or 0xC2675F) is known color: Contessa. HEX triplet: C2, 67 and 5F. RGB value is (194,103,95). Sum of RGB (Red+Green+Blue) = 194+103+95=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2675F is #3D98A0. Grayscale: #818181. Windows color (decimal): -4036769 or 6252482. OLE color: 6252482.

HSL color Cylindrical-coordinate representation of color #C2675F: hue angle of 4.85º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2675F is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 103 95 -
CMYK 0 0.47 0.51 0.24
HSL 4.85º 0.45% 0.57% -
HSV(B) 4.85º 0.51% 0.76% -
XYZ 29.16 22 13.54 -
YUV 129.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 194 103 95 0 0.47 0.51 0.24 4.85 0.45 0.57
Hex C2 67 5F 0 2F 33 18 5 2D 39
Octal 302 147 137 0 57 63 30 5 55 71
Binary 11000010 1100111 1011111 0 101111 110011 11000 101 101101 111001

Color Harmonies of #C2675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2675F

Black with #C2675F

Text Example


Text Example

White with #C2675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2675F; }

 p { color: rgb(194,103,95); }

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

background-color css

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

 a { background-color: rgb(194,103,95); }

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

border-color css

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

 span { border-color: rgb(194,103,95); }

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