Html Css Color HEX #C88F17 Buddha Gold

📋 copy color: '#C88F17'

red 200 ◦ green 143 ◦ blue 23

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

Shades of Buddha Gold #C88F17

Tints of Buddha Gold #C88F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.28%

R = 54.64%
G = 39.07%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C88F17 (or 0xC88F17) is known color: Buddha Gold. HEX triplet: C8, 8F and 17. RGB value is (200,143,23). Sum of RGB (Red+Green+Blue) = 200+143+23=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88F17 is #3770E8. Grayscale: #929292. Windows color (decimal): -3633385 or 1544136. OLE color: 1544136.

HSL color Cylindrical-coordinate representation of color #C88F17: hue angle of 40.68º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C88F17 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 143 23 -
CMYK 0 0.28 0.88 0.22
HSL 40.68º 0.79% 0.44% -
HSV(B) 40.68º 0.89% 0.78% -
XYZ 33.8 31.99 5.2 -
YUV 146.36 58.38 166.26 -
System Red Green Blue C M Y K H S L
Decimal 200 143 23 0 0.28 0.88 0.22 40.68 0.79 0.44
Hex C8 8F 17 0 1C 58 16 29 4F 2C
Octal 310 217 27 0 34 130 26 51 117 54
Binary 11001000 10001111 10111 0 11100 1011000 10110 101001 1001111 101100

Color Harmonies of #C88F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88F17

Black with #C88F17

Text Example


Text Example

White with #C88F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88F17; }

 p { color: rgb(200,143,23); }

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

background-color css

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

 a { background-color: rgb(200,143,23); }

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

border-color css

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

 span { border-color: rgb(200,143,23); }

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