Html Css Color HEX #C5672D Christine

📋 copy color: '#C5672D'

red 197 ◦ green 103 ◦ blue 45

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

Shades of Christine #C5672D

Tints of Christine #C5672D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.86%

 BLUE value IS 45 (17.97% from 255) = 13.04%

R = 57.1%
G = 29.86%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5672D (or 0xC5672D) is known color: Christine. HEX triplet: C5, 67 and 2D. RGB value is (197,103,45). Sum of RGB (Red+Green+Blue) = 197+103+45=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5672D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5672D is #3A98D2. Grayscale: #7C7C7C. Windows color (decimal): -3840211 or 2975685. OLE color: 2975685.

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

Color convert

RGB 197 103 45 -
CMYK 0 0.48 0.77 0.23
HSL 22.89º 0.63% 0.47% -
HSV(B) 22.89º 0.77% 0.77% -
XYZ 28.35 21.76 5.19 -
YUV 124.49 83.14 179.72 -
System Red Green Blue C M Y K H S L
Decimal 197 103 45 0 0.48 0.77 0.23 22.89 0.63 0.47
Hex C5 67 2D 0 30 4D 17 17 3F 2F
Octal 305 147 55 0 60 115 27 27 77 57
Binary 11000101 1100111 101101 0 110000 1001101 10111 10111 111111 101111

Color Harmonies of #C5672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5672D

Black with #C5672D

Text Example


Text Example

White with #C5672D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5672D; }

 p { color: rgb(197,103,45); }

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

background-color css

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

 a { background-color: rgb(197,103,45); }

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

border-color css

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

 span { border-color: rgb(197,103,45); }

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