Html Css Color HEX #C64621 Trinidad

📋 copy color: '#C64621'

red 198 ◦ green 70 ◦ blue 33

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

Shades of Trinidad #C64621

Tints of Trinidad #C64621

RGB

 RED value IS 198 (77.73% from 255) = 65.78%

 GREEN value IS 70 (27.73% from 255) = 23.26%

 BLUE value IS 33 (13.28% from 255) = 10.96%

R = 65.78%
G = 23.26%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C64621 (or 0xC64621) is known color: Trinidad. HEX triplet: C6, 46 and 21. RGB value is (198,70,33). Sum of RGB (Red+Green+Blue) = 198+70+33=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C64621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64621 is #39B9DE. Grayscale: #686868. Windows color (decimal): -3783135 or 2180806. OLE color: 2180806.

HSL color Cylindrical-coordinate representation of color #C64621: hue angle of 13.45º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C64621 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 70 33 -
CMYK 0 0.65 0.83 0.22
HSL 13.45º 0.71% 0.45% -
HSV(B) 13.45º 0.83% 0.78% -
XYZ 25.75 16.5 3.27 -
YUV 104.05 87.91 195.01 -
System Red Green Blue C M Y K H S L
Decimal 198 70 33 0 0.65 0.83 0.22 13.45 0.71 0.45
Hex C6 46 21 0 41 53 16 D 47 2D
Octal 306 106 41 0 101 123 26 15 107 55
Binary 11000110 1000110 100001 0 1000001 1010011 10110 1101 1000111 101101

Color Harmonies of #C64621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64621

Black with #C64621

Text Example


Text Example

White with #C64621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64621; }

 p { color: rgb(198,70,33); }

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

background-color css

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

 a { background-color: rgb(198,70,33); }

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

border-color css

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

 span { border-color: rgb(198,70,33); }

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