Html Css Color HEX #CA8C18 Nugget

📋 copy color: '#CA8C18'

red 202 ◦ green 140 ◦ blue 24

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

Shades of Nugget #CA8C18

Tints of Nugget #CA8C18

RGB

 RED value IS 202 (79.3% from 255) = 55.19%

 GREEN value IS 140 (55.08% from 255) = 38.25%

 BLUE value IS 24 (9.77% from 255) = 6.56%

R = 55.19%
G = 38.25%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA8C18 (or 0xCA8C18) is known color: Nugget. HEX triplet: CA, 8C and 18. RGB value is (202,140,24). Sum of RGB (Red+Green+Blue) = 202+140+24=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8C18 is #3573E7. Grayscale: #919191. Windows color (decimal): -3503080 or 1608906. OLE color: 1608906.

HSL color Cylindrical-coordinate representation of color #CA8C18: hue angle of 39.1º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA8C18 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 140 24 -
CMYK 0 0.31 0.88 0.21
HSL 39.1º 0.79% 0.44% -
HSV(B) 39.1º 0.88% 0.79% -
XYZ 33.9 31.38 5.13 -
YUV 145.31 59.54 168.43 -
System Red Green Blue C M Y K H S L
Decimal 202 140 24 0 0.31 0.88 0.21 39.1 0.79 0.44
Hex CA 8C 18 0 1F 58 15 27 4F 2C
Octal 312 214 30 0 37 130 25 47 117 54
Binary 11001010 10001100 11000 0 11111 1011000 10101 100111 1001111 101100

Color Harmonies of #CA8C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8C18

Black with #CA8C18

Text Example


Text Example

White with #CA8C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8C18; }

 p { color: rgb(202,140,24); }

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

background-color css

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

 a { background-color: rgb(202,140,24); }

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

border-color css

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

 span { border-color: rgb(202,140,24); }

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