Html Css Color HEX #C27675 Contessa

📋 copy color: '#C27675'

red 194 ◦ green 118 ◦ blue 117

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

Shades of Contessa #C27675

Tints of Contessa #C27675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.51%

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

R = 45.22%
G = 27.51%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C27675 (or 0xC27675) is known color: Contessa. HEX triplet: C2, 76 and 75. RGB value is (194,118,117). Sum of RGB (Red+Green+Blue) = 194+118+117=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C27675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27675 is #3D898A. Grayscale: #8C8C8C. Windows color (decimal): -4032907 or 7698114. OLE color: 7698114.

HSL color Cylindrical-coordinate representation of color #C27675: hue angle of 0.78º 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 #C27675 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 118 117 -
CMYK 0 0.39 0.40 0.24
HSL 0.78º 0.39% 0.61% -
HSV(B) 0.78º 0.4% 0.76% -
XYZ 31.94 25.71 20.11 -
YUV 140.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 194 118 117 0 0.39 0.40 0.24 0.78 0.39 0.61
Hex C2 76 75 0 27 28 18 1 27 3D
Octal 302 166 165 0 47 50 30 1 47 75
Binary 11000010 1110110 1110101 0 100111 101000 11000 1 100111 111101

Color Harmonies of #C27675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27675

Black with #C27675

Text Example


Text Example

White with #C27675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27675; }

 p { color: rgb(194,118,117); }

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

background-color css

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

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

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

border-color css

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

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

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