Html Css Color HEX #CCBC7E Yuma

📋 copy color: '#CCBC7E'

red 204 ◦ green 188 ◦ blue 126

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

Shades of Yuma #CCBC7E

Tints of Yuma #CCBC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.32%

R = 39.38%
G = 36.29%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CCBC7E (or 0xCCBC7E) is known color: Yuma. HEX triplet: CC, BC and 7E. RGB value is (204,188,126). Sum of RGB (Red+Green+Blue) = 204+188+126=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC7E is #334381. Grayscale: #B9B9B9. Windows color (decimal): -3359618 or 8305868. OLE color: 8305868.

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

Color convert

RGB 204 188 126 -
CMYK 0 0.08 0.38 0.2
HSL 47.69º 0.43% 0.65% -
HSV(B) 47.69º 0.38% 0.8% -
XYZ 46.65 50.31 26.99 -
YUV 185.72 94.3 141.04 -
System Red Green Blue C M Y K H S L
Decimal 204 188 126 0 0.08 0.38 0.2 47.69 0.43 0.65
Hex CC BC 7E 0 8 26 14 30 2B 41
Octal 314 274 176 0 10 46 24 60 53 101
Binary 11001100 10111100 1111110 0 1000 100110 10100 110000 101011 1000001

Color Harmonies of #CCBC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC7E

Black with #CCBC7E

Text Example


Text Example

White with #CCBC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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