Html Css Color HEX #C76934 Christine

📋 copy color: '#C76934'

red 199 ◦ green 105 ◦ blue 52

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

Shades of Christine #C76934

Tints of Christine #C76934

RGB

 RED value IS 199 (78.13% from 255) = 55.9%

 GREEN value IS 105 (41.41% from 255) = 29.49%

 BLUE value IS 52 (20.7% from 255) = 14.61%

R = 55.9%
G = 29.49%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C76934 (or 0xC76934) is known color: Christine. HEX triplet: C7, 69 and 34. RGB value is (199,105,52). Sum of RGB (Red+Green+Blue) = 199+105+52=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C76934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76934 is #3896CB. Grayscale: #7F7F7F. Windows color (decimal): -3708620 or 3434951. OLE color: 3434951.

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

Color convert

RGB 199 105 52 -
CMYK 0 0.47 0.74 0.22
HSL 21.63º 0.59% 0.49% -
HSV(B) 21.63º 0.74% 0.78% -
XYZ 29.22 22.49 6.05 -
YUV 127.06 85.64 179.31 -
System Red Green Blue C M Y K H S L
Decimal 199 105 52 0 0.47 0.74 0.22 21.63 0.59 0.49
Hex C7 69 34 0 2F 4A 16 16 3B 31
Octal 307 151 64 0 57 112 26 26 73 61
Binary 11000111 1101001 110100 0 101111 1001010 10110 10110 111011 110001

Color Harmonies of #C76934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76934

Black with #C76934

Text Example


Text Example

White with #C76934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76934; }

 p { color: rgb(199,105,52); }

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

background-color css

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

 a { background-color: rgb(199,105,52); }

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

border-color css

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

 span { border-color: rgb(199,105,52); }

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