Html Css Color HEX #CA901C Nugget

📋 copy color: '#CA901C'

red 202 ◦ green 144 ◦ blue 28

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

Shades of Nugget #CA901C

Tints of Nugget #CA901C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.5%

 BLUE value IS 28 (11.33% from 255) = 7.49%

R = 54.01%
G = 38.5%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA901C (or 0xCA901C) is known color: Nugget. HEX triplet: CA, 90 and 1C. RGB value is (202,144,28). Sum of RGB (Red+Green+Blue) = 202+144+28=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA901C is #356FE3. Grayscale: #949494. Windows color (decimal): -3502052 or 1872074. OLE color: 1872074.

HSL color Cylindrical-coordinate representation of color #CA901C: hue angle of 40º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA901C is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 144 28 -
CMYK 0 0.29 0.86 0.21
HSL 40º 0.76% 0.45% -
HSV(B) 40º 0.86% 0.79% -
XYZ 34.54 32.59 5.57 -
YUV 148.12 60.22 166.43 -
System Red Green Blue C M Y K H S L
Decimal 202 144 28 0 0.29 0.86 0.21 40 0.76 0.45
Hex CA 90 1C 0 1D 56 15 28 4C 2D
Octal 312 220 34 0 35 126 25 50 114 55
Binary 11001010 10010000 11100 0 11101 1010110 10101 101000 1001100 101101

Color Harmonies of #CA901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA901C

Black with #CA901C

Text Example


Text Example

White with #CA901C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA901C; }

 p { color: rgb(202,144,28); }

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

background-color css

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

 a { background-color: rgb(202,144,28); }

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

border-color css

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

 span { border-color: rgb(202,144,28); }

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