Html Css Color HEX #C06425 Christine

📋 copy color: '#C06425'

red 192 ◦ green 100 ◦ blue 37

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

Shades of Christine #C06425

Tints of Christine #C06425

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.4%

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

R = 58.36%
G = 30.4%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C06425 (or 0xC06425) is known color: Christine. HEX triplet: C0, 64 and 25. RGB value is (192,100,37). Sum of RGB (Red+Green+Blue) = 192+100+37=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C06425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06425 is #3F9BDA. Grayscale: #787878. Windows color (decimal): -4168667 or 2450624. OLE color: 2450624.

HSL color Cylindrical-coordinate representation of color #C06425: hue angle of 24.39º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C06425 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 37 -
CMYK 0 0.48 0.81 0.25
HSL 24.39º 0.68% 0.45% -
HSV(B) 24.39º 0.81% 0.75% -
XYZ 26.63 20.45 4.29 -
YUV 120.33 80.98 179.12 -
System Red Green Blue C M Y K H S L
Decimal 192 100 37 0 0.48 0.81 0.25 24.39 0.68 0.45
Hex C0 64 25 0 30 51 19 18 44 2D
Octal 300 144 45 0 60 121 31 30 104 55
Binary 11000000 1100100 100101 0 110000 1010001 11001 11000 1000100 101101

Color Harmonies of #C06425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06425

Black with #C06425

Text Example


Text Example

White with #C06425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06425; }

 p { color: rgb(192,100,37); }

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

background-color css

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

 a { background-color: rgb(192,100,37); }

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

border-color css

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

 span { border-color: rgb(192,100,37); }

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