Html Css Color HEX #C76328 Christine

📋 copy color: '#C76328'

red 199 ◦ green 99 ◦ blue 40

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

Shades of Christine #C76328

Tints of Christine #C76328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

 BLUE value IS 40 (16.02% from 255) = 11.83%

R = 58.88%
G = 29.29%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C76328 (or 0xC76328) is known color: Christine. HEX triplet: C7, 63 and 28. RGB value is (199,99,40). Sum of RGB (Red+Green+Blue) = 199+99+40=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C76328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76328 is #389CD7. Grayscale: #7A7A7A. Windows color (decimal): -3710168 or 2646983. OLE color: 2646983.

HSL color Cylindrical-coordinate representation of color #C76328: hue angle of 22.26º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C76328 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 99 40 -
CMYK 0 0.50 0.80 0.22
HSL 22.26º 0.67% 0.47% -
HSV(B) 22.26º 0.8% 0.78% -
XYZ 28.4 21.22 4.61 -
YUV 122.17 81.63 182.8 -
System Red Green Blue C M Y K H S L
Decimal 199 99 40 0 0.50 0.80 0.22 22.26 0.67 0.47
Hex C7 63 28 0 32 50 16 16 43 2F
Octal 307 143 50 0 62 120 26 26 103 57
Binary 11000111 1100011 101000 0 110010 1010000 10110 10110 1000011 101111

Color Harmonies of #C76328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76328

Black with #C76328

Text Example


Text Example

White with #C76328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76328; }

 p { color: rgb(199,99,40); }

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

background-color css

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

 a { background-color: rgb(199,99,40); }

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

border-color css

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

 span { border-color: rgb(199,99,40); }

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