Html Css Color HEX #C75A26 Christine

📋 copy color: '#C75A26'

red 199 ◦ green 90 ◦ blue 38

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

Shades of Christine #C75A26

Tints of Christine #C75A26

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.52%

 BLUE value IS 38 (15.23% from 255) = 11.62%

R = 60.86%
G = 27.52%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C75A26 (or 0xC75A26) is known color: Christine. HEX triplet: C7, 5A and 26. RGB value is (199,90,38). Sum of RGB (Red+Green+Blue) = 199+90+38=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75A26 is #38A5D9. Grayscale: #747474. Windows color (decimal): -3712474 or 2513607. OLE color: 2513607.

HSL color Cylindrical-coordinate representation of color #C75A26: hue angle of 19.38º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C75A26 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 90 38 -
CMYK 0 0.55 0.81 0.22
HSL 19.38º 0.68% 0.46% -
HSV(B) 19.38º 0.81% 0.78% -
XYZ 27.56 19.59 4.16 -
YUV 116.66 83.61 186.73 -
System Red Green Blue C M Y K H S L
Decimal 199 90 38 0 0.55 0.81 0.22 19.38 0.68 0.46
Hex C7 5A 26 0 37 51 16 13 44 2E
Octal 307 132 46 0 67 121 26 23 104 56
Binary 11000111 1011010 100110 0 110111 1010001 10110 10011 1000100 101110

Color Harmonies of #C75A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A26

Black with #C75A26

Text Example


Text Example

White with #C75A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A26; }

 p { color: rgb(199,90,38); }

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

background-color css

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

 a { background-color: rgb(199,90,38); }

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

border-color css

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

 span { border-color: rgb(199,90,38); }

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