Html Css Color HEX #C55826 Christine

📋 copy color: '#C55826'

red 197 ◦ green 88 ◦ blue 38

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

Shades of Christine #C55826

Tints of Christine #C55826

RGB

 RED value IS 197 (77.34% from 255) = 60.99%

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

 BLUE value IS 38 (15.23% from 255) = 11.76%

R = 60.99%
G = 27.24%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C55826 (or 0xC55826) is known color: Christine. HEX triplet: C5, 58 and 26. RGB value is (197,88,38). Sum of RGB (Red+Green+Blue) = 197+88+38=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C55826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55826 is #3AA7D9. Grayscale: #737373. Windows color (decimal): -3844058 or 2513093. OLE color: 2513093.

HSL color Cylindrical-coordinate representation of color #C55826: hue angle of 18.87º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C55826 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 88 38 -
CMYK 0 0.55 0.81 0.23
HSL 18.87º 0.68% 0.46% -
HSV(B) 18.87º 0.81% 0.77% -
XYZ 26.87 18.99 4.08 -
YUV 114.89 84.61 186.57 -
System Red Green Blue C M Y K H S L
Decimal 197 88 38 0 0.55 0.81 0.23 18.87 0.68 0.46
Hex C5 58 26 0 37 51 17 13 44 2E
Octal 305 130 46 0 67 121 27 23 104 56
Binary 11000101 1011000 100110 0 110111 1010001 10111 10011 1000100 101110

Color Harmonies of #C55826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55826

Black with #C55826

Text Example


Text Example

White with #C55826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55826; }

 p { color: rgb(197,88,38); }

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

background-color css

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

 a { background-color: rgb(197,88,38); }

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

border-color css

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

 span { border-color: rgb(197,88,38); }

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