Html Css Color HEX #C06231 Christine

📋 copy color: '#C06231'

red 192 ◦ green 98 ◦ blue 49

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

Shades of Christine #C06231

Tints of Christine #C06231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.45%

R = 56.64%
G = 28.91%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C06231 (or 0xC06231) is known color: Christine. HEX triplet: C0, 62 and 31. RGB value is (192,98,49). Sum of RGB (Red+Green+Blue) = 192+98+49=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C06231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06231 is #3F9DCE. Grayscale: #787878. Windows color (decimal): -4169167 or 3236544. OLE color: 3236544.

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

Color convert

RGB 192 98 49 -
CMYK 0 0.49 0.74 0.25
HSL 20.56º 0.59% 0.47% -
HSV(B) 20.56º 0.74% 0.75% -
XYZ 26.66 20.16 5.39 -
YUV 120.52 87.64 178.98 -
System Red Green Blue C M Y K H S L
Decimal 192 98 49 0 0.49 0.74 0.25 20.56 0.59 0.47
Hex C0 62 31 0 31 4A 19 15 3B 2F
Octal 300 142 61 0 61 112 31 25 73 57
Binary 11000000 1100010 110001 0 110001 1001010 11001 10101 111011 101111

Color Harmonies of #C06231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06231

Black with #C06231

Text Example


Text Example

White with #C06231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06231; }

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

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

background-color css

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

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

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

border-color css

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

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

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