Html Css Color HEX #CC8A1A Buttercup

📋 copy color: '#CC8A1A'

red 204 ◦ green 138 ◦ blue 26

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

Shades of Buttercup #CC8A1A

Tints of Buttercup #CC8A1A

RGB

 RED value IS 204 (80.08% from 255) = 55.43%

 GREEN value IS 138 (54.3% from 255) = 37.5%

 BLUE value IS 26 (10.55% from 255) = 7.07%

R = 55.43%
G = 37.5%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC8A1A (or 0xCC8A1A) is known color: Buttercup. HEX triplet: CC, 8A and 1A. RGB value is (204,138,26). Sum of RGB (Red+Green+Blue) = 204+138+26=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8A1A is #3375E5. Grayscale: #919191. Windows color (decimal): -3372518 or 1739468. OLE color: 1739468.

HSL color Cylindrical-coordinate representation of color #CC8A1A: hue angle of 37.75º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC8A1A is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 138 26 -
CMYK 0 0.32 0.87 0.2
HSL 37.75º 0.77% 0.45% -
HSV(B) 37.75º 0.87% 0.8% -
XYZ 34.18 31.09 5.18 -
YUV 144.97 60.87 170.11 -
System Red Green Blue C M Y K H S L
Decimal 204 138 26 0 0.32 0.87 0.2 37.75 0.77 0.45
Hex CC 8A 1A 0 20 57 14 26 4D 2D
Octal 314 212 32 0 40 127 24 46 115 55
Binary 11001100 10001010 11010 0 100000 1010111 10100 100110 1001101 101101

Color Harmonies of #CC8A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8A1A

Black with #CC8A1A

Text Example


Text Example

White with #CC8A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8A1A; }

 p { color: rgb(204,138,26); }

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

background-color css

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

 a { background-color: rgb(204,138,26); }

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

border-color css

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

 span { border-color: rgb(204,138,26); }

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