Html Css Color HEX #C1601D Christine

📋 copy color: '#C1601D'

red 193 ◦ green 96 ◦ blue 29

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

Shades of Christine #C1601D

Tints of Christine #C1601D

RGB

 RED value IS 193 (75.78% from 255) = 60.69%

 GREEN value IS 96 (37.89% from 255) = 30.19%

 BLUE value IS 29 (11.72% from 255) = 9.12%

R = 60.69%
G = 30.19%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1601D (or 0xC1601D) is known color: Christine. HEX triplet: C1, 60 and 1D. RGB value is (193,96,29). Sum of RGB (Red+Green+Blue) = 193+96+29=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C1601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1601D is #3E9FE2. Grayscale: #757575. Windows color (decimal): -4104163 or 1925313. OLE color: 1925313.

HSL color Cylindrical-coordinate representation of color #C1601D: hue angle of 24.51º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1601D is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 96 29 -
CMYK 0 0.50 0.85 0.24
HSL 24.51º 0.74% 0.44% -
HSV(B) 24.51º 0.85% 0.76% -
XYZ 26.4 19.79 3.59 -
YUV 117.37 78.14 181.95 -
System Red Green Blue C M Y K H S L
Decimal 193 96 29 0 0.50 0.85 0.24 24.51 0.74 0.44
Hex C1 60 1D 0 32 55 18 19 4A 2C
Octal 301 140 35 0 62 125 30 31 112 54
Binary 11000001 1100000 11101 0 110010 1010101 11000 11001 1001010 101100

Color Harmonies of #C1601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1601D

Black with #C1601D

Text Example


Text Example

White with #C1601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1601D; }

 p { color: rgb(193,96,29); }

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

background-color css

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

 a { background-color: rgb(193,96,29); }

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

border-color css

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

 span { border-color: rgb(193,96,29); }

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