Html Css Color HEX #C35C26 Christine

📋 copy color: '#C35C26'

red 195 ◦ green 92 ◦ blue 38

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

Shades of Christine #C35C26

Tints of Christine #C35C26

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.31%

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

R = 60%
G = 28.31%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C35C26 (or 0xC35C26) is known color: Christine. HEX triplet: C3, 5C and 26. RGB value is (195,92,38). Sum of RGB (Red+Green+Blue) = 195+92+38=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C26 is #3CA3D9. Grayscale: #747474. Windows color (decimal): -3974106 or 2514115. OLE color: 2514115.

HSL color Cylindrical-coordinate representation of color #C35C26: hue angle of 20.64º 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 #C35C26 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 92 38 -
CMYK 0 0.53 0.81 0.24
HSL 20.64º 0.67% 0.46% -
HSV(B) 20.64º 0.81% 0.76% -
XYZ 26.68 19.4 4.17 -
YUV 116.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 195 92 38 0 0.53 0.81 0.24 20.64 0.67 0.46
Hex C3 5C 26 0 35 51 18 15 43 2E
Octal 303 134 46 0 65 121 30 25 103 56
Binary 11000011 1011100 100110 0 110101 1010001 11000 10101 1000011 101110

Color Harmonies of #C35C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35C26

Black with #C35C26

Text Example


Text Example

White with #C35C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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