Html Css Color HEX #C06028 Christine

📋 copy color: '#C06028'

red 192 ◦ green 96 ◦ blue 40

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

Shades of Christine #C06028

Tints of Christine #C06028

RGB

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

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

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

R = 58.54%
G = 29.27%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C06028 (or 0xC06028) is known color: Christine. HEX triplet: C0, 60 and 28. RGB value is (192,96,40). Sum of RGB (Red+Green+Blue) = 192+96+40=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C06028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06028 is #3F9FD7. Grayscale: #767676. Windows color (decimal): -4169688 or 2646208. OLE color: 2646208.

HSL color Cylindrical-coordinate representation of color #C06028: hue angle of 22.11º 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 #C06028 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 40 -
CMYK 0 0.50 0.79 0.25
HSL 22.11º 0.66% 0.45% -
HSV(B) 22.11º 0.79% 0.75% -
XYZ 26.3 19.73 4.43 -
YUV 118.32 83.8 180.55 -
System Red Green Blue C M Y K H S L
Decimal 192 96 40 0 0.50 0.79 0.25 22.11 0.66 0.45
Hex C0 60 28 0 32 4F 19 16 42 2D
Octal 300 140 50 0 62 117 31 26 102 55
Binary 11000000 1100000 101000 0 110010 1001111 11001 10110 1000010 101101

Color Harmonies of #C06028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06028

Black with #C06028

Text Example


Text Example

White with #C06028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06028; }

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

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

background-color css

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

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

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

border-color css

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

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

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