Html Css Color HEX #C06130 Christine

📋 copy color: '#C06130'

red 192 ◦ green 97 ◦ blue 48

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

Shades of Christine #C06130

Tints of Christine #C06130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.78%

 BLUE value IS 48 (19.14% from 255) = 14.24%

R = 56.97%
G = 28.78%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C06130 (or 0xC06130) is known color: Christine. HEX triplet: C0, 61 and 30. RGB value is (192,97,48). Sum of RGB (Red+Green+Blue) = 192+97+48=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C06130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06130 is #3F9ECF. Grayscale: #787878. Windows color (decimal): -4169424 or 3170752. OLE color: 3170752.

HSL color Cylindrical-coordinate representation of color #C06130: hue angle of 20.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C06130 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 48 -
CMYK 0 0.49 0.75 0.25
HSL 20.42º 0.6% 0.47% -
HSV(B) 20.42º 0.75% 0.75% -
XYZ 26.55 19.97 5.25 -
YUV 119.82 87.47 179.48 -
System Red Green Blue C M Y K H S L
Decimal 192 97 48 0 0.49 0.75 0.25 20.42 0.6 0.47
Hex C0 61 30 0 31 4B 19 14 3C 2F
Octal 300 141 60 0 61 113 31 24 74 57
Binary 11000000 1100001 110000 0 110001 1001011 11001 10100 111100 101111

Color Harmonies of #C06130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06130

Black with #C06130

Text Example


Text Example

White with #C06130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06130; }

 p { color: rgb(192,97,48); }

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

background-color css

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

 a { background-color: rgb(192,97,48); }

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

border-color css

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

 span { border-color: rgb(192,97,48); }

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