Html Css Color HEX #C35F2E Christine

📋 copy color: '#C35F2E'

red 195 ◦ green 95 ◦ blue 46

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

Shades of Christine #C35F2E

Tints of Christine #C35F2E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.27%

 BLUE value IS 46 (18.36% from 255) = 13.69%

R = 58.04%
G = 28.27%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C35F2E (or 0xC35F2E) is known color: Christine. HEX triplet: C3, 5F and 2E. RGB value is (195,95,46). Sum of RGB (Red+Green+Blue) = 195+95+46=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35F2E is #3CA0D1. Grayscale: #777777. Windows color (decimal): -3973330 or 3039171. OLE color: 3039171.

HSL color Cylindrical-coordinate representation of color #C35F2E: hue angle of 19.73º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C35F2E is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 95 46 -
CMYK 0 0.51 0.76 0.24
HSL 19.73º 0.62% 0.47% -
HSV(B) 19.73º 0.76% 0.76% -
XYZ 27.09 19.98 5.01 -
YUV 119.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 195 95 46 0 0.51 0.76 0.24 19.73 0.62 0.47
Hex C3 5F 2E 0 33 4C 18 14 3E 2F
Octal 303 137 56 0 63 114 30 24 76 57
Binary 11000011 1011111 101110 0 110011 1001100 11000 10100 111110 101111

Color Harmonies of #C35F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F2E

Black with #C35F2E

Text Example


Text Example

White with #C35F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F2E; }

 p { color: rgb(195,95,46); }

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

background-color css

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

 a { background-color: rgb(195,95,46); }

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

border-color css

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

 span { border-color: rgb(195,95,46); }

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