Html Css Color HEX #C35C23 Christine

📋 copy color: '#C35C23'

red 195 ◦ green 92 ◦ blue 35

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

Shades of Christine #C35C23

Tints of Christine #C35C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.87%

R = 60.56%
G = 28.57%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C35C23 (or 0xC35C23) is known color: Christine. HEX triplet: C3, 5C and 23. RGB value is (195,92,35). Sum of RGB (Red+Green+Blue) = 195+92+35=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C23 is #3CA3DC. Grayscale: #747474. Windows color (decimal): -3974109 or 2317507. OLE color: 2317507.

HSL color Cylindrical-coordinate representation of color #C35C23: hue angle of 21.38º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C35C23 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 92 35 -
CMYK 0 0.53 0.82 0.24
HSL 21.38º 0.7% 0.45% -
HSV(B) 21.38º 0.82% 0.76% -
XYZ 26.64 19.38 3.93 -
YUV 116.3 82.12 184.13 -
System Red Green Blue C M Y K H S L
Decimal 195 92 35 0 0.53 0.82 0.24 21.38 0.7 0.45
Hex C3 5C 23 0 35 52 18 15 46 2D
Octal 303 134 43 0 65 122 30 25 106 55
Binary 11000011 1011100 100011 0 110101 1010010 11000 10101 1000110 101101

Color Harmonies of #C35C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35C23

Black with #C35C23

Text Example


Text Example

White with #C35C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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