Html Css Color HEX #C3551F Christine

📋 copy color: '#C3551F'

red 195 ◦ green 85 ◦ blue 31

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

Shades of Christine #C3551F

Tints of Christine #C3551F

RGB

 RED value IS 195 (76.56% from 255) = 62.7%

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

 BLUE value IS 31 (12.5% from 255) = 9.97%

R = 62.7%
G = 27.33%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3551F (or 0xC3551F) is known color: Christine. HEX triplet: C3, 55 and 1F. RGB value is (195,85,31). Sum of RGB (Red+Green+Blue) = 195+85+31=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C3551F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3551F is #3CAAE0. Grayscale: #707070. Windows color (decimal): -3975905 or 2053571. OLE color: 2053571.

HSL color Cylindrical-coordinate representation of color #C3551F: hue angle of 19.76º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3551F is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 85 31 -
CMYK 0 0.56 0.84 0.24
HSL 19.76º 0.73% 0.44% -
HSV(B) 19.76º 0.84% 0.76% -
XYZ 26 18.2 3.44 -
YUV 111.73 82.44 187.39 -
System Red Green Blue C M Y K H S L
Decimal 195 85 31 0 0.56 0.84 0.24 19.76 0.73 0.44
Hex C3 55 1F 0 38 54 18 14 49 2C
Octal 303 125 37 0 70 124 30 24 111 54
Binary 11000011 1010101 11111 0 111000 1010100 11000 10100 1001001 101100

Color Harmonies of #C3551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3551F

Black with #C3551F

Text Example


Text Example

White with #C3551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3551F; }

 p { color: rgb(195,85,31); }

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

background-color css

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

 a { background-color: rgb(195,85,31); }

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

border-color css

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

 span { border-color: rgb(195,85,31); }

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