Html Css Color HEX #CCBC73 Yuma

📋 copy color: '#CCBC73'

red 204 ◦ green 188 ◦ blue 115

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

Shades of Yuma #CCBC73

Tints of Yuma #CCBC73

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.08%

 BLUE value IS 115 (45.31% from 255) = 22.68%

R = 40.24%
G = 37.08%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCBC73 (or 0xCCBC73) is known color: Yuma. HEX triplet: CC, BC and 73. RGB value is (204,188,115). Sum of RGB (Red+Green+Blue) = 204+188+115=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC73 is #33438C. Grayscale: #B8B8B8. Windows color (decimal): -3359629 or 7584972. OLE color: 7584972.

HSL color Cylindrical-coordinate representation of color #CCBC73: hue angle of 49.21º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCBC73 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 188 115 -
CMYK 0 0.08 0.44 0.2
HSL 49.21º 0.47% 0.63% -
HSV(B) 49.21º 0.44% 0.8% -
XYZ 45.98 50.04 23.46 -
YUV 184.46 88.8 141.94 -
System Red Green Blue C M Y K H S L
Decimal 204 188 115 0 0.08 0.44 0.2 49.21 0.47 0.63
Hex CC BC 73 0 8 2C 14 31 2F 3F
Octal 314 274 163 0 10 54 24 61 57 77
Binary 11001100 10111100 1110011 0 1000 101100 10100 110001 101111 111111

Color Harmonies of #CCBC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC73

Black with #CCBC73

Text Example


Text Example

White with #CCBC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC73; }

 p { color: rgb(204,188,115); }

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

background-color css

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

 a { background-color: rgb(204,188,115); }

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

border-color css

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

 span { border-color: rgb(204,188,115); }

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