Html Css Color HEX #CA8E23 Nugget

📋 copy color: '#CA8E23'

red 202 ◦ green 142 ◦ blue 35

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

Shades of Nugget #CA8E23

Tints of Nugget #CA8E23

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.47%

 BLUE value IS 35 (14.06% from 255) = 9.23%

R = 53.3%
G = 37.47%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA8E23 (or 0xCA8E23) is known color: Nugget. HEX triplet: CA, 8E and 23. RGB value is (202,142,35). Sum of RGB (Red+Green+Blue) = 202+142+35=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8E23 is #3571DC. Grayscale: #949494. Windows color (decimal): -3502557 or 2330314. OLE color: 2330314.

HSL color Cylindrical-coordinate representation of color #CA8E23: hue angle of 38.44º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA8E23 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 142 35 -
CMYK 0 0.30 0.83 0.21
HSL 38.44º 0.7% 0.46% -
HSV(B) 38.44º 0.83% 0.79% -
XYZ 34.33 32.02 5.96 -
YUV 147.74 64.38 166.7 -
System Red Green Blue C M Y K H S L
Decimal 202 142 35 0 0.30 0.83 0.21 38.44 0.7 0.46
Hex CA 8E 23 0 1E 53 15 26 46 2E
Octal 312 216 43 0 36 123 25 46 106 56
Binary 11001010 10001110 100011 0 11110 1010011 10101 100110 1000110 101110

Color Harmonies of #CA8E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8E23

Black with #CA8E23

Text Example


Text Example

White with #CA8E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8E23; }

 p { color: rgb(202,142,35); }

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

background-color css

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

 a { background-color: rgb(202,142,35); }

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

border-color css

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

 span { border-color: rgb(202,142,35); }

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