Html Css Color HEX #C35F26 Christine

📋 copy color: '#C35F26'

red 195 ◦ green 95 ◦ blue 38

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

Shades of Christine #C35F26

Tints of Christine #C35F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.59%

R = 59.45%
G = 28.96%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C35F26 (or 0xC35F26) is known color: Christine. HEX triplet: C3, 5F and 26. RGB value is (195,95,38). Sum of RGB (Red+Green+Blue) = 195+95+38=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35F26 is #3CA0D9. Grayscale: #767676. Windows color (decimal): -3973338 or 2514883. OLE color: 2514883.

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

Color convert

RGB 195 95 38 -
CMYK 0 0.51 0.81 0.24
HSL 21.78º 0.67% 0.46% -
HSV(B) 21.78º 0.81% 0.76% -
XYZ 26.95 19.93 4.26 -
YUV 118.4 82.63 182.63 -
System Red Green Blue C M Y K H S L
Decimal 195 95 38 0 0.51 0.81 0.24 21.78 0.67 0.46
Hex C3 5F 26 0 33 51 18 16 43 2E
Octal 303 137 46 0 63 121 30 26 103 56
Binary 11000011 1011111 100110 0 110011 1010001 11000 10110 1000011 101110

Color Harmonies of #C35F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F26

Black with #C35F26

Text Example


Text Example

White with #C35F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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