Html Css Color HEX #C35B27 Christine

📋 copy color: '#C35B27'

red 195 ◦ green 91 ◦ blue 39

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

Shades of Christine #C35B27

Tints of Christine #C35B27

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28%

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

R = 60%
G = 28%
B = 12%

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

#C35B27 (or 0xC35B27) is known color: Christine. HEX triplet: C3, 5B and 27. RGB value is (195,91,39). Sum of RGB (Red+Green+Blue) = 195+91+39=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35B27 is #3CA4D8. Grayscale: #747474. Windows color (decimal): -3974361 or 2579395. OLE color: 2579395.

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

Color convert

RGB 195 91 39 -
CMYK 0 0.53 0.80 0.24
HSL 20º 0.67% 0.46% -
HSV(B) 20º 0.8% 0.76% -
XYZ 26.61 19.23 4.23 -
YUV 116.17 84.46 184.23 -
System Red Green Blue C M Y K H S L
Decimal 195 91 39 0 0.53 0.80 0.24 20 0.67 0.46
Hex C3 5B 27 0 35 50 18 14 43 2E
Octal 303 133 47 0 65 120 30 24 103 56
Binary 11000011 1011011 100111 0 110101 1010000 11000 10100 1000011 101110

Color Harmonies of #C35B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35B27

Black with #C35B27

Text Example


Text Example

White with #C35B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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