Html Css Color HEX #C75C29 Christine

📋 copy color: '#C75C29'

red 199 ◦ green 92 ◦ blue 41

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

Shades of Christine #C75C29

Tints of Christine #C75C29

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.71%

 BLUE value IS 41 (16.41% from 255) = 12.35%

R = 59.94%
G = 27.71%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C75C29 (or 0xC75C29) is known color: Christine. HEX triplet: C7, 5C and 29. RGB value is (199,92,41). Sum of RGB (Red+Green+Blue) = 199+92+41=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75C29 is #38A3D6. Grayscale: #767676. Windows color (decimal): -3711959 or 2710727. OLE color: 2710727.

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

Color convert

RGB 199 92 41 -
CMYK 0 0.54 0.79 0.22
HSL 19.37º 0.66% 0.47% -
HSV(B) 19.37º 0.79% 0.78% -
XYZ 27.78 19.96 4.49 -
YUV 118.18 84.45 185.65 -
System Red Green Blue C M Y K H S L
Decimal 199 92 41 0 0.54 0.79 0.22 19.37 0.66 0.47
Hex C7 5C 29 0 36 4F 16 13 42 2F
Octal 307 134 51 0 66 117 26 23 102 57
Binary 11000111 1011100 101001 0 110110 1001111 10110 10011 1000010 101111

Color Harmonies of #C75C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C29

Black with #C75C29

Text Example


Text Example

White with #C75C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C29; }

 p { color: rgb(199,92,41); }

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

background-color css

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

 a { background-color: rgb(199,92,41); }

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

border-color css

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

 span { border-color: rgb(199,92,41); }

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