Html Css Color HEX #CA8F23 Nugget

📋 copy color: '#CA8F23'

red 202 ◦ green 143 ◦ blue 35

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

Shades of Nugget #CA8F23

Tints of Nugget #CA8F23

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.63%

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

R = 53.16%
G = 37.63%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA8F23 (or 0xCA8F23) is known color: Nugget. HEX triplet: CA, 8F and 23. RGB value is (202,143,35). Sum of RGB (Red+Green+Blue) = 202+143+35=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8F23 is #3570DC. Grayscale: #949494. Windows color (decimal): -3502301 or 2330570. OLE color: 2330570.

HSL color Cylindrical-coordinate representation of color #CA8F23: hue angle of 38.8º 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 #CA8F23 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 143 35 -
CMYK 0 0.29 0.83 0.21
HSL 38.8º 0.7% 0.46% -
HSV(B) 38.8º 0.83% 0.79% -
XYZ 34.48 32.32 6.01 -
YUV 148.33 64.05 166.28 -
System Red Green Blue C M Y K H S L
Decimal 202 143 35 0 0.29 0.83 0.21 38.8 0.7 0.46
Hex CA 8F 23 0 1D 53 15 27 46 2E
Octal 312 217 43 0 35 123 25 47 106 56
Binary 11001010 10001111 100011 0 11101 1010011 10101 100111 1000110 101110

Color Harmonies of #CA8F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8F23

Black with #CA8F23

Text Example


Text Example

White with #CA8F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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