Html Css Color HEX #C05E29 Christine

📋 copy color: '#C05E29'

red 192 ◦ green 94 ◦ blue 41

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

Shades of Christine #C05E29

Tints of Christine #C05E29

RGB

 RED value IS 192 (75.39% from 255) = 58.72%

 GREEN value IS 94 (37.11% from 255) = 28.75%

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

R = 58.72%
G = 28.75%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C05E29 (or 0xC05E29) is known color: Christine. HEX triplet: C0, 5E and 29. RGB value is (192,94,41). Sum of RGB (Red+Green+Blue) = 192+94+41=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05E29 is #3FA1D6. Grayscale: #757575. Windows color (decimal): -4170199 or 2711232. OLE color: 2711232.

HSL color Cylindrical-coordinate representation of color #C05E29: hue angle of 21.06º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C05E29 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 94 41 -
CMYK 0 0.51 0.79 0.25
HSL 21.06º 0.65% 0.46% -
HSV(B) 21.06º 0.79% 0.75% -
XYZ 26.14 19.37 4.46 -
YUV 117.26 84.97 181.31 -
System Red Green Blue C M Y K H S L
Decimal 192 94 41 0 0.51 0.79 0.25 21.06 0.65 0.46
Hex C0 5E 29 0 33 4F 19 15 41 2E
Octal 300 136 51 0 63 117 31 25 101 56
Binary 11000000 1011110 101001 0 110011 1001111 11001 10101 1000001 101110

Color Harmonies of #C05E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E29

Black with #C05E29

Text Example


Text Example

White with #C05E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E29; }

 p { color: rgb(192,94,41); }

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

background-color css

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

 a { background-color: rgb(192,94,41); }

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

border-color css

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

 span { border-color: rgb(192,94,41); }

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