Html Css Color HEX #C35825 Christine

📋 copy color: '#C35825'

red 195 ◦ green 88 ◦ blue 37

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

Shades of Christine #C35825

Tints of Christine #C35825

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.5%

 BLUE value IS 37 (14.84% from 255) = 11.56%

R = 60.94%
G = 27.5%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C35825 (or 0xC35825) is known color: Christine. HEX triplet: C3, 58 and 25. RGB value is (195,88,37). Sum of RGB (Red+Green+Blue) = 195+88+37=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C35825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35825 is #3CA7DA. Grayscale: #727272. Windows color (decimal): -3975131 or 2447555. OLE color: 2447555.

HSL color Cylindrical-coordinate representation of color #C35825: hue angle of 19.37º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C35825 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 88 37 -
CMYK 0 0.55 0.81 0.24
HSL 19.37º 0.68% 0.45% -
HSV(B) 19.37º 0.81% 0.76% -
XYZ 26.33 18.72 3.97 -
YUV 114.18 84.45 185.65 -
System Red Green Blue C M Y K H S L
Decimal 195 88 37 0 0.55 0.81 0.24 19.37 0.68 0.45
Hex C3 58 25 0 37 51 18 13 44 2D
Octal 303 130 45 0 67 121 30 23 104 55
Binary 11000011 1011000 100101 0 110111 1010001 11000 10011 1000100 101101

Color Harmonies of #C35825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35825

Black with #C35825

Text Example


Text Example

White with #C35825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35825; }

 p { color: rgb(195,88,37); }

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

background-color css

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

 a { background-color: rgb(195,88,37); }

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

border-color css

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

 span { border-color: rgb(195,88,37); }

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