Html Css Color HEX #C25822 Christine

📋 copy color: '#C25822'

red 194 ◦ green 88 ◦ blue 34

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

Shades of Christine #C25822

Tints of Christine #C25822

RGB

 RED value IS 194 (76.17% from 255) = 61.39%

 GREEN value IS 88 (34.77% from 255) = 27.85%

 BLUE value IS 34 (13.67% from 255) = 10.76%

R = 61.39%
G = 27.85%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C25822 (or 0xC25822) is known color: Christine. HEX triplet: C2, 58 and 22. RGB value is (194,88,34). Sum of RGB (Red+Green+Blue) = 194+88+34=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C25822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25822 is #3DA7DD. Grayscale: #717171. Windows color (decimal): -4040670 or 2250946. OLE color: 2250946.

HSL color Cylindrical-coordinate representation of color #C25822: hue angle of 20.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C25822 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 88 34 -
CMYK 0 0.55 0.82 0.24
HSL 20.25º 0.7% 0.45% -
HSV(B) 20.25º 0.82% 0.76% -
XYZ 26.03 18.56 3.72 -
YUV 113.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 194 88 34 0 0.55 0.82 0.24 20.25 0.7 0.45
Hex C2 58 22 0 37 52 18 14 46 2D
Octal 302 130 42 0 67 122 30 24 106 55
Binary 11000010 1011000 100010 0 110111 1010010 11000 10100 1000110 101101

Color Harmonies of #C25822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25822

Black with #C25822

Text Example


Text Example

White with #C25822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25822; }

 p { color: rgb(194,88,34); }

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

background-color css

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

 a { background-color: rgb(194,88,34); }

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

border-color css

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

 span { border-color: rgb(194,88,34); }

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