Html Css Color HEX #C35F2D Christine

📋 copy color: '#C35F2D'

red 195 ◦ green 95 ◦ blue 45

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

Shades of Christine #C35F2D

Tints of Christine #C35F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.43%

R = 58.21%
G = 28.36%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C35F2D (or 0xC35F2D) is known color: Christine. HEX triplet: C3, 5F and 2D. RGB value is (195,95,45). Sum of RGB (Red+Green+Blue) = 195+95+45=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35F2D is #3CA0D2. Grayscale: #777777. Windows color (decimal): -3973331 or 2973635. OLE color: 2973635.

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

Color convert

RGB 195 95 45 -
CMYK 0 0.51 0.77 0.24
HSL 20º 0.63% 0.47% -
HSV(B) 20º 0.77% 0.76% -
XYZ 27.07 19.98 4.91 -
YUV 119.2 86.13 182.07 -
System Red Green Blue C M Y K H S L
Decimal 195 95 45 0 0.51 0.77 0.24 20 0.63 0.47
Hex C3 5F 2D 0 33 4D 18 14 3E 2F
Octal 303 137 55 0 63 115 30 24 76 57
Binary 11000011 1011111 101101 0 110011 1001101 11000 10100 111110 101111

Color Harmonies of #C35F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F2D

Black with #C35F2D

Text Example


Text Example

White with #C35F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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