Html Css Color HEX #C75A25 Christine

📋 copy color: '#C75A25'

red 199 ◦ green 90 ◦ blue 37

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

Shades of Christine #C75A25

Tints of Christine #C75A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.35%

R = 61.04%
G = 27.61%
B = 11.35%

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

#C75A25 (or 0xC75A25) is known color: Christine. HEX triplet: C7, 5A and 25. RGB value is (199,90,37). Sum of RGB (Red+Green+Blue) = 199+90+37=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75A25 is #38A5DA. Grayscale: #747474. Windows color (decimal): -3712475 or 2448071. OLE color: 2448071.

HSL color Cylindrical-coordinate representation of color #C75A25: hue angle of 19.63º degrees, saturation: 0.69, 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 #C75A25 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 90 37 -
CMYK 0 0.55 0.81 0.22
HSL 19.63º 0.69% 0.46% -
HSV(B) 19.63º 0.81% 0.78% -
XYZ 27.54 19.59 4.08 -
YUV 116.55 83.11 186.81 -
System Red Green Blue C M Y K H S L
Decimal 199 90 37 0 0.55 0.81 0.22 19.63 0.69 0.46
Hex C7 5A 25 0 37 51 16 14 45 2E
Octal 307 132 45 0 67 121 26 24 105 56
Binary 11000111 1011010 100101 0 110111 1010001 10110 10100 1000101 101110

Color Harmonies of #C75A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A25

Black with #C75A25

Text Example


Text Example

White with #C75A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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