Html Css Color HEX #C35A1D Christine

📋 copy color: '#C35A1D'

red 195 ◦ green 90 ◦ blue 29

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

Shades of Christine #C35A1D

Tints of Christine #C35A1D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.66%

 BLUE value IS 29 (11.72% from 255) = 9.24%

R = 62.1%
G = 28.66%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C35A1D (or 0xC35A1D) is known color: Christine. HEX triplet: C3, 5A and 1D. RGB value is (195,90,29). Sum of RGB (Red+Green+Blue) = 195+90+29=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35A1D is #3CA5E2. Grayscale: #727272. Windows color (decimal): -3974627 or 1923779. OLE color: 1923779.

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

Color convert

RGB 195 90 29 -
CMYK 0 0.54 0.85 0.24
HSL 22.05º 0.74% 0.44% -
HSV(B) 22.05º 0.85% 0.76% -
XYZ 26.38 19 3.44 -
YUV 114.44 79.79 185.46 -
System Red Green Blue C M Y K H S L
Decimal 195 90 29 0 0.54 0.85 0.24 22.05 0.74 0.44
Hex C3 5A 1D 0 36 55 18 16 4A 2C
Octal 303 132 35 0 66 125 30 26 112 54
Binary 11000011 1011010 11101 0 110110 1010101 11000 10110 1001010 101100

Color Harmonies of #C35A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35A1D

Black with #C35A1D

Text Example


Text Example

White with #C35A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35A1D; }

 p { color: rgb(195,90,29); }

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

background-color css

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

 a { background-color: rgb(195,90,29); }

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

border-color css

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

 span { border-color: rgb(195,90,29); }

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