Html Css Color HEX #C6602A Christine

📋 copy color: '#C6602A'

red 198 ◦ green 96 ◦ blue 42

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

Shades of Christine #C6602A

Tints of Christine #C6602A

RGB

 RED value IS 198 (77.73% from 255) = 58.93%

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

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

R = 58.93%
G = 28.57%
B = 12.5%

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

#C6602A (or 0xC6602A) is known color: Christine. HEX triplet: C6, 60 and 2A. RGB value is (198,96,42). Sum of RGB (Red+Green+Blue) = 198+96+42=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C6602A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6602A is #399FD5. Grayscale: #787878. Windows color (decimal): -3776470 or 2777286. OLE color: 2777286.

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

Color convert

RGB 198 96 42 -
CMYK 0 0.52 0.79 0.22
HSL 20.77º 0.65% 0.47% -
HSV(B) 20.77º 0.79% 0.78% -
XYZ 27.89 20.54 4.68 -
YUV 120.34 83.79 183.39 -
System Red Green Blue C M Y K H S L
Decimal 198 96 42 0 0.52 0.79 0.22 20.77 0.65 0.47
Hex C6 60 2A 0 34 4F 16 15 41 2F
Octal 306 140 52 0 64 117 26 25 101 57
Binary 11000110 1100000 101010 0 110100 1001111 10110 10101 1000001 101111

Color Harmonies of #C6602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6602A

Black with #C6602A

Text Example


Text Example

White with #C6602A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6602A; }

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

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

background-color css

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

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

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

border-color css

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

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

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