Html Css Color HEX #C35A29 Christine

📋 copy color: '#C35A29'

red 195 ◦ green 90 ◦ blue 41

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

Shades of Christine #C35A29

Tints of Christine #C35A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.58%

R = 59.82%
G = 27.61%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C35A29 (or 0xC35A29) is known color: Christine. HEX triplet: C3, 5A and 29. RGB value is (195,90,41). Sum of RGB (Red+Green+Blue) = 195+90+41=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35A29 is #3CA5D6. Grayscale: #747474. Windows color (decimal): -3974615 or 2710211. OLE color: 2710211.

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

Color convert

RGB 195 90 41 -
CMYK 0 0.54 0.79 0.24
HSL 19.09º 0.65% 0.46% -
HSV(B) 19.09º 0.79% 0.76% -
XYZ 26.56 19.07 4.38 -
YUV 115.81 85.79 184.48 -
System Red Green Blue C M Y K H S L
Decimal 195 90 41 0 0.54 0.79 0.24 19.09 0.65 0.46
Hex C3 5A 29 0 36 4F 18 13 41 2E
Octal 303 132 51 0 66 117 30 23 101 56
Binary 11000011 1011010 101001 0 110110 1001111 11000 10011 1000001 101110

Color Harmonies of #C35A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35A29

Black with #C35A29

Text Example


Text Example

White with #C35A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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