Html Css Color HEX #CCB47D Yuma

📋 copy color: '#CCB47D'

red 204 ◦ green 180 ◦ blue 125

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

Shades of Yuma #CCB47D

Tints of Yuma #CCB47D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.36%

 BLUE value IS 125 (49.22% from 255) = 24.56%

R = 40.08%
G = 35.36%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CCB47D (or 0xCCB47D) is known color: Yuma. HEX triplet: CC, B4 and 7D. RGB value is (204,180,125). Sum of RGB (Red+Green+Blue) = 204+180+125=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB47D is #334B82. Grayscale: #B5B5B5. Windows color (decimal): -3361667 or 8238284. OLE color: 8238284.

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

Color convert

RGB 204 180 125 -
CMYK 0 0.12 0.39 0.2
HSL 41.77º 0.44% 0.65% -
HSV(B) 41.77º 0.39% 0.8% -
XYZ 44.92 46.96 26.1 -
YUV 180.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 204 180 125 0 0.12 0.39 0.2 41.77 0.44 0.65
Hex CC B4 7D 0 C 27 14 2A 2C 41
Octal 314 264 175 0 14 47 24 52 54 101
Binary 11001100 10110100 1111101 0 1100 100111 10100 101010 101100 1000001

Color Harmonies of #CCB47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB47D

Black with #CCB47D

Text Example


Text Example

White with #CCB47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB47D; }

 p { color: rgb(204,180,125); }

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

background-color css

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

 a { background-color: rgb(204,180,125); }

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

border-color css

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

 span { border-color: rgb(204,180,125); }

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