Html Css Color HEX #C65129 Trinidad

📋 copy color: '#C65129'

red 198 ◦ green 81 ◦ blue 41

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

Shades of Trinidad #C65129

Tints of Trinidad #C65129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.31%

 BLUE value IS 41 (16.41% from 255) = 12.81%

R = 61.88%
G = 25.31%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C65129 (or 0xC65129) is known color: Trinidad. HEX triplet: C6, 51 and 29. RGB value is (198,81,41). Sum of RGB (Red+Green+Blue) = 198+81+41=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C65129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65129 is #39AED6. Grayscale: #6F6F6F. Windows color (decimal): -3780311 or 2707910. OLE color: 2707910.

HSL color Cylindrical-coordinate representation of color #C65129: hue angle of 15.29º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C65129 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 81 41 -
CMYK 0 0.59 0.79 0.22
HSL 15.29º 0.66% 0.47% -
HSV(B) 15.29º 0.79% 0.78% -
XYZ 26.63 18.05 4.18 -
YUV 111.42 88.26 189.75 -
System Red Green Blue C M Y K H S L
Decimal 198 81 41 0 0.59 0.79 0.22 15.29 0.66 0.47
Hex C6 51 29 0 3B 4F 16 F 42 2F
Octal 306 121 51 0 73 117 26 17 102 57
Binary 11000110 1010001 101001 0 111011 1001111 10110 1111 1000010 101111

Color Harmonies of #C65129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65129

Black with #C65129

Text Example


Text Example

White with #C65129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65129; }

 p { color: rgb(198,81,41); }

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

background-color css

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

 a { background-color: rgb(198,81,41); }

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

border-color css

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

 span { border-color: rgb(198,81,41); }

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