Html Css Color HEX #C35B25 Christine

📋 copy color: '#C35B25'

red 195 ◦ green 91 ◦ blue 37

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

Shades of Christine #C35B25

Tints of Christine #C35B25

RGB

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

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

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

R = 60.37%
G = 28.17%
B = 11.46%

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

#C35B25 (or 0xC35B25) is known color: Christine. HEX triplet: C3, 5B and 25. RGB value is (195,91,37). Sum of RGB (Red+Green+Blue) = 195+91+37=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35B25 is #3CA4DA. Grayscale: #747474. Windows color (decimal): -3974363 or 2448323. OLE color: 2448323.

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

Color convert

RGB 195 91 37 -
CMYK 0 0.53 0.81 0.24
HSL 20.51º 0.68% 0.45% -
HSV(B) 20.51º 0.81% 0.76% -
XYZ 26.58 19.22 4.06 -
YUV 115.94 83.46 184.39 -
System Red Green Blue C M Y K H S L
Decimal 195 91 37 0 0.53 0.81 0.24 20.51 0.68 0.45
Hex C3 5B 25 0 35 51 18 15 44 2D
Octal 303 133 45 0 65 121 30 25 104 55
Binary 11000011 1011011 100101 0 110101 1010001 11000 10101 1000100 101101

Color Harmonies of #C35B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35B25

Black with #C35B25

Text Example


Text Example

White with #C35B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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