Html Css Color HEX #C6551E Christine

📋 copy color: '#C6551E'

red 198 ◦ green 85 ◦ blue 30

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

Shades of Christine #C6551E

Tints of Christine #C6551E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.16%

 BLUE value IS 30 (12.11% from 255) = 9.58%

R = 63.26%
G = 27.16%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6551E (or 0xC6551E) is known color: Christine. HEX triplet: C6, 55 and 1E. RGB value is (198,85,30). Sum of RGB (Red+Green+Blue) = 198+85+30=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C6551E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6551E is #39AAE1. Grayscale: #707070. Windows color (decimal): -3779298 or 1988038. OLE color: 1988038.

HSL color Cylindrical-coordinate representation of color #C6551E: hue angle of 19.64º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6551E is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 85 30 -
CMYK 0 0.57 0.85 0.22
HSL 19.64º 0.74% 0.45% -
HSV(B) 19.64º 0.85% 0.78% -
XYZ 26.77 18.6 3.41 -
YUV 112.52 81.44 188.97 -
System Red Green Blue C M Y K H S L
Decimal 198 85 30 0 0.57 0.85 0.22 19.64 0.74 0.45
Hex C6 55 1E 0 39 55 16 14 4A 2D
Octal 306 125 36 0 71 125 26 24 112 55
Binary 11000110 1010101 11110 0 111001 1010101 10110 10100 1001010 101101

Color Harmonies of #C6551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6551E

Black with #C6551E

Text Example


Text Example

White with #C6551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6551E; }

 p { color: rgb(198,85,30); }

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

background-color css

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

 a { background-color: rgb(198,85,30); }

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

border-color css

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

 span { border-color: rgb(198,85,30); }

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