Html Css Color HEX #CCB57F Yuma

📋 copy color: '#CCB57F'

red 204 ◦ green 181 ◦ blue 127

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

Shades of Yuma #CCB57F

Tints of Yuma #CCB57F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.35%

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

R = 39.84%
G = 35.35%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CCB57F (or 0xCCB57F) is known color: Yuma. HEX triplet: CC, B5 and 7F. RGB value is (204,181,127). Sum of RGB (Red+Green+Blue) = 204+181+127=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB57F is #334A80. Grayscale: #B5B5B5. Windows color (decimal): -3361409 or 8369612. OLE color: 8369612.

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

Color convert

RGB 204 181 127 -
CMYK 0 0.11 0.38 0.2
HSL 42.08º 0.43% 0.65% -
HSV(B) 42.08º 0.38% 0.8% -
XYZ 45.26 47.42 26.85 -
YUV 181.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 204 181 127 0 0.11 0.38 0.2 42.08 0.43 0.65
Hex CC B5 7F 0 B 26 14 2A 2B 41
Octal 314 265 177 0 13 46 24 52 53 101
Binary 11001100 10110101 1111111 0 1011 100110 10100 101010 101011 1000001

Color Harmonies of #CCB57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB57F

Black with #CCB57F

Text Example


Text Example

White with #CCB57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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