Html Css Color HEX #C47B74 Contessa

📋 copy color: '#C47B74'

red 196 ◦ green 123 ◦ blue 116

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

Shades of Contessa #C47B74

Tints of Contessa #C47B74

RGB

 RED value IS 196 (76.95% from 255) = 45.06%

 GREEN value IS 123 (48.44% from 255) = 28.28%

 BLUE value IS 116 (45.7% from 255) = 26.67%

R = 45.06%
G = 28.28%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C47B74 (or 0xC47B74) is known color: Contessa. HEX triplet: C4, 7B and 74. RGB value is (196,123,116). Sum of RGB (Red+Green+Blue) = 196+123+116=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B74 is #3B848B. Grayscale: #909090. Windows color (decimal): -3900556 or 7633860. OLE color: 7633860.

HSL color Cylindrical-coordinate representation of color #C47B74: hue angle of 5.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C47B74 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 123 116 -
CMYK 0 0.37 0.41 0.23
HSL 5.25º 0.4% 0.61% -
HSV(B) 5.25º 0.41% 0.77% -
XYZ 33 27.16 20.03 -
YUV 144.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 196 123 116 0 0.37 0.41 0.23 5.25 0.4 0.61
Hex C4 7B 74 0 25 29 17 5 28 3D
Octal 304 173 164 0 45 51 27 5 50 75
Binary 11000100 1111011 1110100 0 100101 101001 10111 101 101000 111101

Color Harmonies of #C47B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47B74

Black with #C47B74

Text Example


Text Example

White with #C47B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47B74; }

 p { color: rgb(196,123,116); }

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

background-color css

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

 a { background-color: rgb(196,123,116); }

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

border-color css

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

 span { border-color: rgb(196,123,116); }

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