Html Css Color HEX #C35D1F Christine

📋 copy color: '#C35D1F'

red 195 ◦ green 93 ◦ blue 31

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

Shades of Christine #C35D1F

Tints of Christine #C35D1F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.15%

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

R = 61.13%
G = 29.15%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C35D1F (or 0xC35D1F) is known color: Christine. HEX triplet: C3, 5D and 1F. RGB value is (195,93,31). Sum of RGB (Red+Green+Blue) = 195+93+31=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35D1F is #3CA2E0. Grayscale: #747474. Windows color (decimal): -3973857 or 2055619. OLE color: 2055619.

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

Color convert

RGB 195 93 31 -
CMYK 0 0.52 0.84 0.24
HSL 22.68º 0.73% 0.44% -
HSV(B) 22.68º 0.84% 0.76% -
XYZ 26.67 19.53 3.66 -
YUV 116.43 79.79 184.04 -
System Red Green Blue C M Y K H S L
Decimal 195 93 31 0 0.52 0.84 0.24 22.68 0.73 0.44
Hex C3 5D 1F 0 34 54 18 17 49 2C
Octal 303 135 37 0 64 124 30 27 111 54
Binary 11000011 1011101 11111 0 110100 1010100 11000 10111 1001001 101100

Color Harmonies of #C35D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35D1F

Black with #C35D1F

Text Example


Text Example

White with #C35D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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