Html Css Color HEX #C16024 Christine

📋 copy color: '#C16024'

red 193 ◦ green 96 ◦ blue 36

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

Shades of Christine #C16024

Tints of Christine #C16024

RGB

 RED value IS 193 (75.78% from 255) = 59.38%

 GREEN value IS 96 (37.89% from 255) = 29.54%

 BLUE value IS 36 (14.45% from 255) = 11.08%

R = 59.38%
G = 29.54%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C16024 (or 0xC16024) is known color: Christine. HEX triplet: C1, 60 and 24. RGB value is (193,96,36). Sum of RGB (Red+Green+Blue) = 193+96+36=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C16024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16024 is #3E9FDB. Grayscale: #767676. Windows color (decimal): -4104156 or 2384065. OLE color: 2384065.

HSL color Cylindrical-coordinate representation of color #C16024: hue angle of 22.93º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C16024 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 96 36 -
CMYK 0 0.50 0.81 0.24
HSL 22.93º 0.69% 0.45% -
HSV(B) 22.93º 0.81% 0.76% -
XYZ 26.49 19.83 4.1 -
YUV 118.16 81.64 181.38 -
System Red Green Blue C M Y K H S L
Decimal 193 96 36 0 0.50 0.81 0.24 22.93 0.69 0.45
Hex C1 60 24 0 32 51 18 17 45 2D
Octal 301 140 44 0 62 121 30 27 105 55
Binary 11000001 1100000 100100 0 110010 1010001 11000 10111 1000101 101101

Color Harmonies of #C16024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16024

Black with #C16024

Text Example


Text Example

White with #C16024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16024; }

 p { color: rgb(193,96,36); }

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

background-color css

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

 a { background-color: rgb(193,96,36); }

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

border-color css

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

 span { border-color: rgb(193,96,36); }

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