Html Css Color HEX #C65038 Trinidad

📋 copy color: '#C65038'

red 198 ◦ green 80 ◦ blue 56

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

Shades of Trinidad #C65038

Tints of Trinidad #C65038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.95%

 BLUE value IS 56 (22.27% from 255) = 16.77%

R = 59.28%
G = 23.95%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C65038 (or 0xC65038) is known color: Trinidad. HEX triplet: C6, 50 and 38. RGB value is (198,80,56). Sum of RGB (Red+Green+Blue) = 198+80+56=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C65038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65038 is #39AFC7. Grayscale: #707070. Windows color (decimal): -3780552 or 3690694. OLE color: 3690694.

HSL color Cylindrical-coordinate representation of color #C65038: hue angle of 10.14º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C65038 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 80 56 -
CMYK 0 0.60 0.72 0.22
HSL 10.14º 0.56% 0.5% -
HSV(B) 10.14º 0.72% 0.78% -
XYZ 26.87 18.03 5.8 -
YUV 112.55 96.09 188.95 -
System Red Green Blue C M Y K H S L
Decimal 198 80 56 0 0.60 0.72 0.22 10.14 0.56 0.5
Hex C6 50 38 0 3C 48 16 A 38 32
Octal 306 120 70 0 74 110 26 12 70 62
Binary 11000110 1010000 111000 0 111100 1001000 10110 1010 111000 110010

Color Harmonies of #C65038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65038

Black with #C65038

Text Example


Text Example

White with #C65038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65038; }

 p { color: rgb(198,80,56); }

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

background-color css

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

 a { background-color: rgb(198,80,56); }

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

border-color css

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

 span { border-color: rgb(198,80,56); }

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