Html Css Color HEX #CCBC7B Yuma

📋 copy color: '#CCBC7B'

red 204 ◦ green 188 ◦ blue 123

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

Shades of Yuma #CCBC7B

Tints of Yuma #CCBC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.88%

R = 39.61%
G = 36.5%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CCBC7B (or 0xCCBC7B) is known color: Yuma. HEX triplet: CC, BC and 7B. RGB value is (204,188,123). Sum of RGB (Red+Green+Blue) = 204+188+123=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC7B is #334384. Grayscale: #B9B9B9. Windows color (decimal): -3359621 or 8109260. OLE color: 8109260.

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

Color convert

RGB 204 188 123 -
CMYK 0 0.08 0.40 0.2
HSL 48.15º 0.44% 0.64% -
HSV(B) 48.15º 0.4% 0.8% -
XYZ 46.46 50.23 25.99 -
YUV 185.37 92.8 141.29 -
System Red Green Blue C M Y K H S L
Decimal 204 188 123 0 0.08 0.40 0.2 48.15 0.44 0.64
Hex CC BC 7B 0 8 28 14 30 2C 40
Octal 314 274 173 0 10 50 24 60 54 100
Binary 11001100 10111100 1111011 0 1000 101000 10100 110000 101100 1000000

Color Harmonies of #CCBC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC7B

Black with #CCBC7B

Text Example


Text Example

White with #CCBC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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