Html Css Color HEX #C7CC1D Barberry

📋 copy color: '#C7CC1D'

red 199 ◦ green 204 ◦ blue 29

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

Shades of Barberry #C7CC1D

Tints of Barberry #C7CC1D

RGB

 RED value IS 199 (78.13% from 255) = 46.06%

 GREEN value IS 204 (80.08% from 255) = 47.22%

 BLUE value IS 29 (11.72% from 255) = 6.71%

R = 46.06%
G = 47.22%
B = 6.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#C7CC1D (or 0xC7CC1D) is known color: Barberry. HEX triplet: C7, CC and 1D. RGB value is (199,204,29). Sum of RGB (Red+Green+Blue) = 199+204+29=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CC1D is #3833E2. Grayscale: #B7B7B7. Windows color (decimal): -3683299 or 1952967. OLE color: 1952967.

HSL color Cylindrical-coordinate representation of color #C7CC1D: hue angle of 61.71º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7CC1D is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 204 29 -
CMYK 0.02 0 0.86 0.2
HSL 61.71º 0.75% 0.46% -
HSV(B) 61.71º 0.86% 0.8% -
XYZ 45.37 55.42 9.47 -
YUV 182.56 41.34 139.73 -
System Red Green Blue C M Y K H S L
Decimal 199 204 29 0.02 0 0.86 0.2 61.71 0.75 0.46
Hex C7 CC 1D 2 0 56 14 3E 4B 2E
Octal 307 314 35 2 0 126 24 76 113 56
Binary 11000111 11001100 11101 10 0 1010110 10100 111110 1001011 101110

Color Harmonies of #C7CC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CC1D

Black with #C7CC1D

Text Example


Text Example

White with #C7CC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CC1D; }

 p { color: rgb(199,204,29); }

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

background-color css

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

 a { background-color: rgb(199,204,29); }

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

border-color css

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

 span { border-color: rgb(199,204,29); }

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