Html Css Color HEX #C8991F Buddha Gold

📋 copy color: '#C8991F'

red 200 ◦ green 153 ◦ blue 31

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

Shades of Buddha Gold #C8991F

Tints of Buddha Gold #C8991F

RGB

 RED value IS 200 (78.52% from 255) = 52.08%

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

 BLUE value IS 31 (12.5% from 255) = 8.07%

R = 52.08%
G = 39.84%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8991F (or 0xC8991F) is known color: Buddha Gold. HEX triplet: C8, 99 and 1F. RGB value is (200,153,31). Sum of RGB (Red+Green+Blue) = 200+153+31=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C8991F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8991F is #3766E0. Grayscale: #999999. Windows color (decimal): -3630817 or 2070984. OLE color: 2070984.

HSL color Cylindrical-coordinate representation of color #C8991F: hue angle of 43.31º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8991F is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 153 31 -
CMYK 0 0.24 0.84 0.22
HSL 43.31º 0.73% 0.45% -
HSV(B) 43.31º 0.85% 0.78% -
XYZ 35.46 35.16 6.21 -
YUV 153.15 59.07 161.42 -
System Red Green Blue C M Y K H S L
Decimal 200 153 31 0 0.24 0.84 0.22 43.31 0.73 0.45
Hex C8 99 1F 0 18 54 16 2B 49 2D
Octal 310 231 37 0 30 124 26 53 111 55
Binary 11001000 10011001 11111 0 11000 1010100 10110 101011 1001001 101101

Color Harmonies of #C8991F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8991F

Black with #C8991F

Text Example


Text Example

White with #C8991F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8991F; }

 p { color: rgb(200,153,31); }

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

background-color css

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

 a { background-color: rgb(200,153,31); }

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

border-color css

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

 span { border-color: rgb(200,153,31); }

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