Html Css Color HEX #C7602A Christine

📋 copy color: '#C7602A'

red 199 ◦ green 96 ◦ blue 42

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

Shades of Christine #C7602A

Tints of Christine #C7602A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.49%

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

R = 59.05%
G = 28.49%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7602A (or 0xC7602A) is known color: Christine. HEX triplet: C7, 60 and 2A. RGB value is (199,96,42). Sum of RGB (Red+Green+Blue) = 199+96+42=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C7602A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7602A is #389FD5. Grayscale: #787878. Windows color (decimal): -3710934 or 2777287. OLE color: 2777287.

HSL color Cylindrical-coordinate representation of color #C7602A: hue angle of 20.64º 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 #C7602A is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 96 42 -
CMYK 0 0.52 0.79 0.22
HSL 20.64º 0.65% 0.47% -
HSV(B) 20.64º 0.79% 0.78% -
XYZ 28.15 20.68 4.7 -
YUV 120.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 199 96 42 0 0.52 0.79 0.22 20.64 0.65 0.47
Hex C7 60 2A 0 34 4F 16 15 41 2F
Octal 307 140 52 0 64 117 26 25 101 57
Binary 11000111 1100000 101010 0 110100 1001111 10110 10101 1000001 101111

Color Harmonies of #C7602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7602A

Black with #C7602A

Text Example


Text Example

White with #C7602A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7602A; }

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

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

background-color css

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

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

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

border-color css

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

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

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