Html Css Color HEX #C06323 Christine

📋 copy color: '#C06323'

red 192 ◦ green 99 ◦ blue 35

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

Shades of Christine #C06323

Tints of Christine #C06323

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.37%

 BLUE value IS 35 (14.06% from 255) = 10.74%

R = 58.9%
G = 30.37%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C06323 (or 0xC06323) is known color: Christine. HEX triplet: C0, 63 and 23. RGB value is (192,99,35). Sum of RGB (Red+Green+Blue) = 192+99+35=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C06323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06323 is #3F9CDC. Grayscale: #777777. Windows color (decimal): -4168925 or 2319296. OLE color: 2319296.

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

Color convert

RGB 192 99 35 -
CMYK 0 0.48 0.82 0.25
HSL 24.46º 0.69% 0.45% -
HSV(B) 24.46º 0.82% 0.75% -
XYZ 26.5 20.25 4.1 -
YUV 119.51 80.31 179.7 -
System Red Green Blue C M Y K H S L
Decimal 192 99 35 0 0.48 0.82 0.25 24.46 0.69 0.45
Hex C0 63 23 0 30 52 19 18 45 2D
Octal 300 143 43 0 60 122 31 30 105 55
Binary 11000000 1100011 100011 0 110000 1010010 11001 11000 1000101 101101

Color Harmonies of #C06323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06323

Black with #C06323

Text Example


Text Example

White with #C06323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06323; }

 p { color: rgb(192,99,35); }

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

background-color css

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

 a { background-color: rgb(192,99,35); }

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

border-color css

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

 span { border-color: rgb(192,99,35); }

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