Html Css Color HEX #C75F25 Christine

📋 copy color: '#C75F25'

red 199 ◦ green 95 ◦ blue 37

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

Shades of Christine #C75F25

Tints of Christine #C75F25

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.7%

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

R = 60.12%
G = 28.7%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C75F25 (or 0xC75F25) is known color: Christine. HEX triplet: C7, 5F and 25. RGB value is (199,95,37). Sum of RGB (Red+Green+Blue) = 199+95+37=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75F25 is #38A0DA. Grayscale: #777777. Windows color (decimal): -3711195 or 2449351. OLE color: 2449351.

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

Color convert

RGB 199 95 37 -
CMYK 0 0.52 0.81 0.22
HSL 21.48º 0.69% 0.46% -
HSV(B) 21.48º 0.81% 0.78% -
XYZ 27.98 20.46 4.22 -
YUV 119.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 199 95 37 0 0.52 0.81 0.22 21.48 0.69 0.46
Hex C7 5F 25 0 34 51 16 15 45 2E
Octal 307 137 45 0 64 121 26 25 105 56
Binary 11000111 1011111 100101 0 110100 1010001 10110 10101 1000101 101110

Color Harmonies of #C75F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75F25

Black with #C75F25

Text Example


Text Example

White with #C75F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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