Html Css Color HEX #C64825 Trinidad

📋 copy color: '#C64825'

red 198 ◦ green 72 ◦ blue 37

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

Shades of Trinidad #C64825

Tints of Trinidad #C64825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.45%

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

R = 64.5%
G = 23.45%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C64825 (or 0xC64825) is known color: Trinidad. HEX triplet: C6, 48 and 25. RGB value is (198,72,37). Sum of RGB (Red+Green+Blue) = 198+72+37=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C64825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64825 is #39B7DA. Grayscale: #696969. Windows color (decimal): -3782619 or 2443462. OLE color: 2443462.

HSL color Cylindrical-coordinate representation of color #C64825: hue angle of 13.04º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C64825 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 72 37 -
CMYK 0 0.64 0.81 0.22
HSL 13.04º 0.69% 0.46% -
HSV(B) 13.04º 0.81% 0.78% -
XYZ 25.94 16.77 3.62 -
YUV 105.68 89.24 193.85 -
System Red Green Blue C M Y K H S L
Decimal 198 72 37 0 0.64 0.81 0.22 13.04 0.69 0.46
Hex C6 48 25 0 40 51 16 D 45 2E
Octal 306 110 45 0 100 121 26 15 105 56
Binary 11000110 1001000 100101 0 1000000 1010001 10110 1101 1000101 101110

Color Harmonies of #C64825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64825

Black with #C64825

Text Example


Text Example

White with #C64825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64825; }

 p { color: rgb(198,72,37); }

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

background-color css

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

 a { background-color: rgb(198,72,37); }

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

border-color css

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

 span { border-color: rgb(198,72,37); }

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