Html Css Color HEX #C06523 Christine

📋 copy color: '#C06523'

red 192 ◦ green 101 ◦ blue 35

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

Shades of Christine #C06523

Tints of Christine #C06523

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.79%

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

R = 58.54%
G = 30.79%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C06523 (or 0xC06523) is known color: Christine. HEX triplet: C0, 65 and 23. RGB value is (192,101,35). Sum of RGB (Red+Green+Blue) = 192+101+35=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C06523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06523 is #3F9ADC. Grayscale: #797979. Windows color (decimal): -4168413 or 2319808. OLE color: 2319808.

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

Color convert

RGB 192 101 35 -
CMYK 0 0.47 0.82 0.25
HSL 25.22º 0.69% 0.45% -
HSV(B) 25.22º 0.82% 0.75% -
XYZ 26.7 20.64 4.17 -
YUV 120.69 79.65 178.87 -
System Red Green Blue C M Y K H S L
Decimal 192 101 35 0 0.47 0.82 0.25 25.22 0.69 0.45
Hex C0 65 23 0 2F 52 19 19 45 2D
Octal 300 145 43 0 57 122 31 31 105 55
Binary 11000000 1100101 100011 0 101111 1010010 11001 11001 1000101 101101

Color Harmonies of #C06523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06523

Black with #C06523

Text Example


Text Example

White with #C06523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06523; }

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

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

background-color css

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

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

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

border-color css

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

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

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