Html Css Color HEX #CCB87F Yuma

📋 copy color: '#CCB87F'

red 204 ◦ green 184 ◦ blue 127

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

Shades of Yuma #CCB87F

Tints of Yuma #CCB87F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.73%

 BLUE value IS 127 (50% from 255) = 24.66%

R = 39.61%
G = 35.73%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CCB87F (or 0xCCB87F) is known color: Yuma. HEX triplet: CC, B8 and 7F. RGB value is (204,184,127). Sum of RGB (Red+Green+Blue) = 204+184+127=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB87F is #334780. Grayscale: #B7B7B7. Windows color (decimal): -3360641 or 8370380. OLE color: 8370380.

HSL color Cylindrical-coordinate representation of color #CCB87F: hue angle of 44.42º 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 #CCB87F is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 184 127 -
CMYK 0 0.10 0.38 0.2
HSL 44.42º 0.43% 0.65% -
HSV(B) 44.42º 0.38% 0.8% -
XYZ 45.87 48.65 27.05 -
YUV 183.48 96.13 142.63 -
System Red Green Blue C M Y K H S L
Decimal 204 184 127 0 0.10 0.38 0.2 44.42 0.43 0.65
Hex CC B8 7F 0 A 26 14 2C 2B 41
Octal 314 270 177 0 12 46 24 54 53 101
Binary 11001100 10111000 1111111 0 1010 100110 10100 101100 101011 1000001

Color Harmonies of #CCB87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB87F

Black with #CCB87F

Text Example


Text Example

White with #CCB87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB87F; }

 p { color: rgb(204,184,127); }

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

background-color css

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

 a { background-color: rgb(204,184,127); }

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

border-color css

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

 span { border-color: rgb(204,184,127); }

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