Html Css Color HEX #C5632A Christine

📋 copy color: '#C5632A'

red 197 ◦ green 99 ◦ blue 42

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

Shades of Christine #C5632A

Tints of Christine #C5632A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.43%

R = 58.28%
G = 29.29%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5632A (or 0xC5632A) is known color: Christine. HEX triplet: C5, 63 and 2A. RGB value is (197,99,42). Sum of RGB (Red+Green+Blue) = 197+99+42=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5632A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5632A is #3A9CD5. Grayscale: #7A7A7A. Windows color (decimal): -3841238 or 2778053. OLE color: 2778053.

HSL color Cylindrical-coordinate representation of color #C5632A: hue angle of 22.06º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5632A is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 99 42 -
CMYK 0 0.50 0.79 0.23
HSL 22.06º 0.65% 0.47% -
HSV(B) 22.06º 0.79% 0.77% -
XYZ 27.91 20.96 4.77 -
YUV 121.8 82.97 181.63 -
System Red Green Blue C M Y K H S L
Decimal 197 99 42 0 0.50 0.79 0.23 22.06 0.65 0.47
Hex C5 63 2A 0 32 4F 17 16 41 2F
Octal 305 143 52 0 62 117 27 26 101 57
Binary 11000101 1100011 101010 0 110010 1001111 10111 10110 1000001 101111

Color Harmonies of #C5632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5632A

Black with #C5632A

Text Example


Text Example

White with #C5632A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5632A; }

 p { color: rgb(197,99,42); }

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

background-color css

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

 a { background-color: rgb(197,99,42); }

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

border-color css

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

 span { border-color: rgb(197,99,42); }

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