Html Css Color HEX #C7482B Trinidad

📋 copy color: '#C7482B'

red 199 ◦ green 72 ◦ blue 43

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

Shades of Trinidad #C7482B

Tints of Trinidad #C7482B

RGB

 RED value IS 199 (78.13% from 255) = 63.38%

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

 BLUE value IS 43 (17.19% from 255) = 13.69%

R = 63.38%
G = 22.93%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7482B (or 0xC7482B) is known color: Trinidad. HEX triplet: C7, 48 and 2B. RGB value is (199,72,43). Sum of RGB (Red+Green+Blue) = 199+72+43=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C7482B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7482B is #38B7D4. Grayscale: #6A6A6A. Windows color (decimal): -3717077 or 2836679. OLE color: 2836679.

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

Color convert

RGB 199 72 43 -
CMYK 0 0.64 0.78 0.22
HSL 11.15º 0.64% 0.47% -
HSV(B) 11.15º 0.78% 0.78% -
XYZ 26.31 16.95 4.17 -
YUV 106.67 92.08 193.86 -
System Red Green Blue C M Y K H S L
Decimal 199 72 43 0 0.64 0.78 0.22 11.15 0.64 0.47
Hex C7 48 2B 0 40 4E 16 B 40 2F
Octal 307 110 53 0 100 116 26 13 100 57
Binary 11000111 1001000 101011 0 1000000 1001110 10110 1011 1000000 101111

Color Harmonies of #C7482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7482B

Black with #C7482B

Text Example


Text Example

White with #C7482B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7482B; }

 p { color: rgb(199,72,43); }

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

background-color css

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

 a { background-color: rgb(199,72,43); }

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

border-color css

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

 span { border-color: rgb(199,72,43); }

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