Html Css Color HEX #C35C27 Christine

📋 copy color: '#C35C27'

red 195 ◦ green 92 ◦ blue 39

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

Shades of Christine #C35C27

Tints of Christine #C35C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.96%

R = 59.82%
G = 28.22%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C35C27 (or 0xC35C27) is known color: Christine. HEX triplet: C3, 5C and 27. RGB value is (195,92,39). Sum of RGB (Red+Green+Blue) = 195+92+39=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C27 is #3CA3D8. Grayscale: #757575. Windows color (decimal): -3974105 or 2579651. OLE color: 2579651.

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

Color convert

RGB 195 92 39 -
CMYK 0 0.53 0.80 0.24
HSL 20.38º 0.67% 0.46% -
HSV(B) 20.38º 0.8% 0.76% -
XYZ 26.7 19.4 4.26 -
YUV 116.76 84.12 183.81 -
System Red Green Blue C M Y K H S L
Decimal 195 92 39 0 0.53 0.80 0.24 20.38 0.67 0.46
Hex C3 5C 27 0 35 50 18 14 43 2E
Octal 303 134 47 0 65 120 30 24 103 56
Binary 11000011 1011100 100111 0 110101 1010000 11000 10100 1000011 101110

Color Harmonies of #C35C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35C27

Black with #C35C27

Text Example


Text Example

White with #C35C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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