Html Css Color HEX #C35D2D Christine

📋 copy color: '#C35D2D'

red 195 ◦ green 93 ◦ blue 45

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

Shades of Christine #C35D2D

Tints of Christine #C35D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.51%

R = 58.56%
G = 27.93%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C35D2D (or 0xC35D2D) is known color: Christine. HEX triplet: C3, 5D and 2D. RGB value is (195,93,45). Sum of RGB (Red+Green+Blue) = 195+93+45=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35D2D is #3CA2D2. Grayscale: #767676. Windows color (decimal): -3973843 or 2973123. OLE color: 2973123.

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

Color convert

RGB 195 93 45 -
CMYK 0 0.52 0.77 0.24
HSL 19.2º 0.63% 0.47% -
HSV(B) 19.2º 0.77% 0.76% -
XYZ 26.89 19.62 4.85 -
YUV 118.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 195 93 45 0 0.52 0.77 0.24 19.2 0.63 0.47
Hex C3 5D 2D 0 34 4D 18 13 3E 2F
Octal 303 135 55 0 64 115 30 23 76 57
Binary 11000011 1011101 101101 0 110100 1001101 11000 10011 111110 101111

Color Harmonies of #C35D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35D2D

Black with #C35D2D

Text Example


Text Example

White with #C35D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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