Html Css Color HEX #C05530 Trinidad

📋 copy color: '#C05530'

red 192 ◦ green 85 ◦ blue 48

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

Shades of Trinidad #C05530

Tints of Trinidad #C05530

RGB

 RED value IS 192 (75.39% from 255) = 59.08%

 GREEN value IS 85 (33.59% from 255) = 26.15%

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 59.08%
G = 26.15%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C05530 (or 0xC05530) is known color: Trinidad. HEX triplet: C0, 55 and 30. RGB value is (192,85,48). Sum of RGB (Red+Green+Blue) = 192+85+48=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C05530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05530 is #3FAACF. Grayscale: #717171. Windows color (decimal): -4172496 or 3167680. OLE color: 3167680.

HSL color Cylindrical-coordinate representation of color #C05530: hue angle of 15.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C05530 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 85 48 -
CMYK 0 0.56 0.75 0.25
HSL 15.42º 0.6% 0.47% -
HSV(B) 15.42º 0.75% 0.75% -
XYZ 25.52 17.92 4.91 -
YUV 112.78 91.45 184.51 -
System Red Green Blue C M Y K H S L
Decimal 192 85 48 0 0.56 0.75 0.25 15.42 0.6 0.47
Hex C0 55 30 0 38 4B 19 F 3C 2F
Octal 300 125 60 0 70 113 31 17 74 57
Binary 11000000 1010101 110000 0 111000 1001011 11001 1111 111100 101111

Color Harmonies of #C05530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05530

Black with #C05530

Text Example


Text Example

White with #C05530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05530; }

 p { color: rgb(192,85,48); }

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

background-color css

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

 a { background-color: rgb(192,85,48); }

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

border-color css

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

 span { border-color: rgb(192,85,48); }

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