Html Css Color HEX #C06228 Christine

📋 copy color: '#C06228'

red 192 ◦ green 98 ◦ blue 40

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

Shades of Christine #C06228

Tints of Christine #C06228

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

 BLUE value IS 40 (16.02% from 255) = 12.12%

R = 58.18%
G = 29.7%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C06228 (or 0xC06228) is known color: Christine. HEX triplet: C0, 62 and 28. RGB value is (192,98,40). Sum of RGB (Red+Green+Blue) = 192+98+40=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C06228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06228 is #3F9DD7. Grayscale: #777777. Windows color (decimal): -4169176 or 2646720. OLE color: 2646720.

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

Color convert

RGB 192 98 40 -
CMYK 0 0.49 0.79 0.25
HSL 22.89º 0.66% 0.45% -
HSV(B) 22.89º 0.79% 0.75% -
XYZ 26.49 20.1 4.49 -
YUV 119.49 83.14 179.72 -
System Red Green Blue C M Y K H S L
Decimal 192 98 40 0 0.49 0.79 0.25 22.89 0.66 0.45
Hex C0 62 28 0 31 4F 19 17 42 2D
Octal 300 142 50 0 61 117 31 27 102 55
Binary 11000000 1100010 101000 0 110001 1001111 11001 10111 1000010 101101

Color Harmonies of #C06228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06228

Black with #C06228

Text Example


Text Example

White with #C06228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06228; }

 p { color: rgb(192,98,40); }

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

background-color css

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

 a { background-color: rgb(192,98,40); }

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

border-color css

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

 span { border-color: rgb(192,98,40); }

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