Html Css Color HEX #CA992A Nugget

📋 copy color: '#CA992A'

red 202 ◦ green 153 ◦ blue 42

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

Shades of Nugget #CA992A

Tints of Nugget #CA992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.54%

 BLUE value IS 42 (16.8% from 255) = 10.58%

R = 50.88%
G = 38.54%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA992A (or 0xCA992A) is known color: Nugget. HEX triplet: CA, 99 and 2A. RGB value is (202,153,42). Sum of RGB (Red+Green+Blue) = 202+153+42=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA992A is #3566D5. Grayscale: #9B9B9B. Windows color (decimal): -3499734 or 2791882. OLE color: 2791882.

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

Color convert

RGB 202 153 42 -
CMYK 0 0.24 0.79 0.21
HSL 41.63º 0.66% 0.48% -
HSV(B) 41.63º 0.79% 0.79% -
XYZ 36.17 35.51 7.14 -
YUV 155 64.23 161.53 -
System Red Green Blue C M Y K H S L
Decimal 202 153 42 0 0.24 0.79 0.21 41.63 0.66 0.48
Hex CA 99 2A 0 18 4F 15 2A 42 30
Octal 312 231 52 0 30 117 25 52 102 60
Binary 11001010 10011001 101010 0 11000 1001111 10101 101010 1000010 110000

Color Harmonies of #CA992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA992A

Black with #CA992A

Text Example


Text Example

White with #CA992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA992A; }

 p { color: rgb(202,153,42); }

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

background-color css

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

 a { background-color: rgb(202,153,42); }

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

border-color css

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

 span { border-color: rgb(202,153,42); }

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