Html Css Color HEX #C7642A Christine

📋 copy color: '#C7642A'

red 199 ◦ green 100 ◦ blue 42

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

Shades of Christine #C7642A

Tints of Christine #C7642A

RGB

 RED value IS 199 (78.13% from 255) = 58.36%

 GREEN value IS 100 (39.45% from 255) = 29.33%

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

R = 58.36%
G = 29.33%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7642A (or 0xC7642A) is known color: Christine. HEX triplet: C7, 64 and 2A. RGB value is (199,100,42). Sum of RGB (Red+Green+Blue) = 199+100+42=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C7642A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7642A is #389BD5. Grayscale: #7B7B7B. Windows color (decimal): -3709910 or 2778311. OLE color: 2778311.

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

Color convert

RGB 199 100 42 -
CMYK 0 0.50 0.79 0.22
HSL 22.17º 0.65% 0.47% -
HSV(B) 22.17º 0.79% 0.78% -
XYZ 28.53 21.42 4.82 -
YUV 122.99 82.3 182.22 -
System Red Green Blue C M Y K H S L
Decimal 199 100 42 0 0.50 0.79 0.22 22.17 0.65 0.47
Hex C7 64 2A 0 32 4F 16 16 41 2F
Octal 307 144 52 0 62 117 26 26 101 57
Binary 11000111 1100100 101010 0 110010 1001111 10110 10110 1000001 101111

Color Harmonies of #C7642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7642A

Black with #C7642A

Text Example


Text Example

White with #C7642A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7642A; }

 p { color: rgb(199,100,42); }

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

background-color css

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

 a { background-color: rgb(199,100,42); }

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

border-color css

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

 span { border-color: rgb(199,100,42); }

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